Color Hex Logo

#1849cb Color Hex

#1849CB
(24,73,203)
0 Favorites   0 Comments

Color spaces of #1849cb

RGB 2473203
HSL0.620.790.45
HSV224°88°80°
CMYK 0.880.640.00   0.20
XYZ13.53879.271157.5758
Yxy9.27110.16840.1153
Hunter Lab30.448526.0839-90.7990
CIE-Lab36.501134.8278-71.2106

#1849cb color RGB value is (24,73,203).

#1849cb hex color red value is 24, green value is 73 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #1849cb hue: 0.62 , saturation: 0.79 and the lightness value of 1849cb is 0.45.

The process color (four color CMYK) of #1849cb color hex is 0.88, 0.64, 0.00, 0.20. Web safe color of #1849cb is #0033cc. Color #1849cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001001 11001011
Octal 30 111 313
Decimal 24 73 203
Hex 18 49 CB

RGB Percentages of Color #1849cb

%8.00
%24.33
%67.67

CMYK Percentages of Color #1849cb

%88
%64
%0
%20

Triadic Colors of #1849cb

#1849cb #cb1849 #49cb18

Analogous Colors of #1849cb

#1849cb #4018cb #18a3cb

Monochromatic Colors of #1849cb

#1849cb

Complementary Color

#1849cb #cb9a18

#1849cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1849cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1849cb Color CSS Codes

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

#1849cb Text Font Color

<p style="color:#1849cb">Text here</p>

This sample text font color is #1849cb
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.


#1849cb Background Color

<div style="background-color:#1849cb">
Div content here</div>

This div background color is #1849cb


#1849cb Border Color

<div style="border:3px solid #1849cb">
Div here</div>

This div border color is #1849cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,73,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1849cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1849cb;
  -webkit-box-shadow: 1px 1px 3px 2px #1849cb;
  box-shadow:         1px 1px 3px 2px #1849cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1849cb


Comments

No comments written yet.

Please login to write comment.