#124A6C

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

Shades of Dark Cerulean #124A6C

Tints of Dark Cerulean #124A6C

Color information

#124A6C (or 0x124A6C) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4A and 6C. RGB value is (18,74,108). Sum of RGB (Red+Green+Blue) = 18+74+108=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #124A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124A6C is #EDB593. Grayscale: #3C3C3C. Windows color (decimal): -15578516 or 7096850. OLE color: 7096850.

HSL color Cylindrical-coordinate representation of color #124A6C: hue angle of 202.67º 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 #124A6C is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1874108-
CMYK0.830.3100.58
HSL202.67º71.43%24.71%-
HSV(B)202.67º83.33%42.35%-
XYZ5.416.1115.08-
YUV61.13154.4597.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9%
GREEN value IS 74 (29.30% from 255) = 37%
BLUE value IS 108 (42.58% from 255) = 54%
R=9%
G=37%
B=54%

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
Decimal18741080.830.3100.58202.6771.4324.71
Hex124A6C531F03Acb4719
Octal221121541233707231310731
Binary1001010010101101100101001111111011101011001011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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