#124891

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

Shades of Dark Cerulean #124891

Tints of Dark Cerulean #124891

Color information

#124891 (or 0x124891) is unknown color: approx Dark Cerulean. HEX triplet: 12, 48 and 91. RGB value is (18,72,145). Sum of RGB (Red+Green+Blue) = 18+72+145=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #124891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124891 is #EDB76E. Grayscale: #3F3F3F. Windows color (decimal): -15578991 or 9521170. OLE color: 9521170.

HSL color Cylindrical-coordinate representation of color #124891: hue angle of 214.49º 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 #124891 is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1872145-
CMYK0.880.5000.43
HSL214.49º77.91%31.96%-
HSV(B)214.49º87.59%56.86%-
XYZ7.686.8127.7-
YUV64.18173.6195.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.66%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 145 (57.03% from 255) = 61.70%
R=7.66%
G=30.64%
B=61.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18721450.880.5000.43214.4977.9131.96
Hex124891583202Bd64e20
Octal221102211306205332611640
Binary1001010010001001000110110001100100101011110101101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124891; }

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

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

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

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

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

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

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

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