#124B72

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

Shades of Dark Cerulean #124B72

Tints of Dark Cerulean #124B72

Color information

#124B72 (or 0x124B72) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4B and 72. RGB value is (18,75,114). Sum of RGB (Red+Green+Blue) = 18+75+114=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #124B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124B72 is #EDB48D. Grayscale: #3E3E3E. Windows color (decimal): -15578254 or 7490322. OLE color: 7490322.

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

Color convert

RGB1875114-
CMYK0.840.3400.55
HSL204.38º72.73%25.88%-
HSV(B)204.38º84.21%44.71%-
XYZ5.86.3816.84-
YUV62.4157.1296.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 75 (29.69% from 255) = 36.23%
BLUE value IS 114 (44.92% from 255) = 55.07%
R=8.70%
G=36.23%
B=55.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18751140.840.3400.55204.3872.7325.88
Hex124B725422037cc491a
Octal221131621244206731411132
Binary10010100101111100101010100100010011011111001100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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