#124772

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

Shades of Dark Cerulean #124772

Tints of Dark Cerulean #124772

Color information

#124772 (or 0x124772) is unknown color: approx Dark Cerulean. HEX triplet: 12, 47 and 72. RGB value is (18,71,114). Sum of RGB (Red+Green+Blue) = 18+71+114=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #124772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124772 is #EDB88D. Grayscale: #3B3B3B. Windows color (decimal): -15579278 or 7489298. OLE color: 7489298.

HSL color Cylindrical-coordinate representation of color #124772: hue angle of 206.88º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124772 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1871114-
CMYK0.840.3800.55
HSL206.88º72.73%25.88%-
HSV(B)206.88º84.21%44.71%-
XYZ5.545.8516.76-
YUV60.06158.4498-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 71 (28.12% from 255) = 34.98%
BLUE value IS 114 (44.92% from 255) = 56.16%
R=8.87%
G=34.98%
B=56.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18711140.840.3800.55206.8872.7325.88
Hex1247725426037cf491a
Octal221071621244606731711132
Binary10010100011111100101010100100110011011111001111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124772; }

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

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

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

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

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

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

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

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