#124F72

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

Shades of Dark Cerulean #124F72

Tints of Dark Cerulean #124F72

Color information

#124F72 (or 0x124F72) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4F and 72. RGB value is (18,79,114). Sum of RGB (Red+Green+Blue) = 18+79+114=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #124F72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F72 is #EDB08D. Grayscale: #404040. Windows color (decimal): -15577230 or 7491346. OLE color: 7491346.

HSL color Cylindrical-coordinate representation of color #124F72: hue angle of 201.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 #124F72 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1879114-
CMYK0.840.3100.55
HSL201.88º72.73%25.88%-
HSV(B)201.88º84.21%44.71%-
XYZ6.086.9416.94-
YUV64.75155.7994.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 79 (31.25% from 255) = 37.44%
BLUE value IS 114 (44.92% from 255) = 54.03%
R=8.53%
G=37.44%
B=54.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18791140.840.3100.55201.8872.7325.88
Hex124F72541F037ca491a
Octal221171621243706731211132
Binary1001010011111110010101010011111011011111001010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124F72; }

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

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

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

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

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

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

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

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