Color Hex Logo

#1832af Color Hex

#1832AF
(24,50,175)
0 Favorites   0 Comments

Color spaces of #1832af

RGB 2450175
HSL0.640.760.39
HSV230°86°69°
CMYK 0.860.710.00   0.31
XYZ9.25525.570541.1449
Yxy5.57050.16540.0995
Hunter Lab23.601928.6933-86.8382
CIE-Lab28.301939.0741-68.2108

#1832af color RGB value is (24,50,175).

#1832af hex color red value is 24, green value is 50 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #1832af hue: 0.64 , saturation: 0.76 and the lightness value of 1832af is 0.39.

The process color (four color CMYK) of #1832af color hex is 0.86, 0.71, 0.00, 0.31. Web safe color of #1832af is #003399. Color #1832af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00110010 10101111
Octal 30 62 257
Decimal 24 50 175
Hex 18 32 AF

RGB Percentages of Color #1832af

%9.64
%20.08
%70.28

CMYK Percentages of Color #1832af

%86
%71
%0
%31

Triadic Colors of #1832af

#1832af #af1832 #32af18

Analogous Colors of #1832af

#1832af #4918af #187eaf

Monochromatic Colors of #1832af

#1832af

Complementary Color

#1832af #af9518

#1832af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1832af Color Preview on White Background

Lorem ipsum dolor sit amet.

#1832af Color CSS Codes

.mybgcolor {background-color:#1832af; } 
.myforecolor {color:#1832af; }
.mybordercolor {border:3px solid #1832af; }

#1832af Text Font Color

<p style="color:#1832af">Text here</p>

This sample text font color is #1832af
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#1832af Background Color

<div style="background-color:#1832af">
Div content here</div>

This div background color is #1832af


#1832af Border Color

<div style="border:3px solid #1832af">
Div here</div>

This div border color is #1832af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,50,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1832af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1832af;
  -webkit-box-shadow: 1px 1px 3px 2px #1832af;
  box-shadow:         1px 1px 3px 2px #1832af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,50,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1832af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #1832af;
  -webkit-box-shadow: 1px 1px 3px 2px #1832af;
  box-shadow:         1px 1px 3px 2px #1832af;">
Div content here</div>

This div box has shadow with color #1832af


Comments

No comments written yet.

Please login to write comment.