Color Hex Logo

#1248cb Color Hex

#1248CB
(18,72,203)
0 Favorites   0 Comments

Color spaces of #1248cb

RGB 1872203
HSL0.620.840.43
HSV222°91°80°
CMYK 0.910.650.00   0.20
XYZ13.34639.075157.5482
Yxy9.07510.16690.1135
Hunter Lab30.124926.3626-92.1754
CIE-Lab36.128535.1910-71.8272

#1248cb color RGB value is (18,72,203).

#1248cb hex color red value is 18, green value is 72 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #1248cb hue: 0.62 , saturation: 0.84 and the lightness value of 1248cb is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001000 11001011
Octal 22 110 313
Decimal 18 72 203
Hex 12 48 CB

RGB Percentages of Color #1248cb

%6.14
%24.57
%69.28

CMYK Percentages of Color #1248cb

%91
%65
%0
%20

Triadic Colors of #1248cb

#1248cb #cb1248 #48cb12

Analogous Colors of #1248cb

#1248cb #3912cb #12a5cb

Monochromatic Colors of #1248cb

#1248cb

Complementary Color

#1248cb #cb9512

#1248cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1248cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1248cb Color CSS Codes

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

#1248cb Text Font Color

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

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


#1248cb Background Color

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

This div background color is #1248cb


#1248cb Border Color

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

This div border color is #1248cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,72,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 #1248cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1248cb


Comments

No comments written yet.

Please login to write comment.