#124791

Color #124791 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #124791

Tints of Dark Cerulean #124791

Color information

#124791 (or 0x124791) is unknown color: approx Dark Cerulean. HEX triplet: 12, 47 and 91. RGB value is (18,71,145). Sum of RGB (Red+Green+Blue) = 18+71+145=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 145 (57.03% from 255 or 61.97% from 234); Max value from RGB is 145 - color contains mainly: blue. Hex color #124791 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124791 is #EDB86E. Grayscale: #3F3F3F. Windows color (decimal): -15579247 or 9520914. OLE color: 9520914.

HSL color Cylindrical-coordinate representation of color #124791: hue angle of 214.96º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124791 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1871145-
CMYK0.880.5100.43
HSL214.96º77.91%31.96%-
HSV(B)214.96º87.59%56.86%-
XYZ7.616.6827.68-
YUV63.59173.9495.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 7.69%
GREEN value IS 71 (28.12% from 255) = 30.34%
BLUE value IS 145 (57.03% from 255) = 61.97%
R=7.69%
G=30.34%
B=61.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18711450.880.5100.43214.9677.9131.96
Hex124791583302Bd74e20
Octal221072211306305332711640
Binary1001010001111001000110110001100110101011110101111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124791; }

 p { color: rgb(18,71,145); }

 H1.HeaderClassName
 {
   color: #124791;
 }
 .AnyTagClassName
 {
   color: #124791;
 }
</style>
background-color css

<style>
 a { background-color: #124791; }

 a { background-color: rgb(18,71,145); }

 div.DivClassName
 {
   background-color: #124791;
 }
 .BgClassName
 {
   background-color: #124791;
 }
</style>
border-color css

<style>
 span { border-color: #124791; }

 span { border-color: rgb(18,71,145); }

 td.TdClassName
 {
   border-color: #124791;
 }
 .TagClassName
 {
   border-color: #124791;
 }
</style>