#124B6C

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

Shades of Dark Cerulean #124B6C

Tints of Dark Cerulean #124B6C

Color information

#124B6C (or 0x124B6C) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4B and 6C. RGB value is (18,75,108). Sum of RGB (Red+Green+Blue) = 18+75+108=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #124B6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124B6C is #EDB493. Grayscale: #3D3D3D. Windows color (decimal): -15578260 or 7097106. OLE color: 7097106.

HSL color Cylindrical-coordinate representation of color #124B6C: hue angle of 202º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #124B6C is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1875108-
CMYK0.830.3100.58
HSL202º71.43%24.71%-
HSV(B)202º83.33%42.35%-
XYZ5.476.2415.1-
YUV61.72154.1296.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.96%
GREEN value IS 75 (29.69% from 255) = 37.31%
BLUE value IS 108 (42.58% from 255) = 53.73%
R=8.96%
G=37.31%
B=53.73%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18751080.830.3100.5820271.4324.71
Hex124B6C531F03Aca4719
Octal221131541233707231210731
Binary1001010010111101100101001111111011101011001010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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