#124E6E

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

Shades of Dark Cerulean #124E6E

Tints of Dark Cerulean #124E6E

Color information

#124E6E (or 0x124E6E) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4E and 6E. RGB value is (18,78,110). Sum of RGB (Red+Green+Blue) = 18+78+110=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #124E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E6E is #EDB191. Grayscale: #3F3F3F. Windows color (decimal): -15577490 or 7228946. OLE color: 7228946.

HSL color Cylindrical-coordinate representation of color #124E6E: hue angle of 200.87º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124E6E is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1878110-
CMYK0.840.2900.57
HSL200.87º71.88%25.1%-
HSV(B)200.87º83.64%43.14%-
XYZ5.796.715.74-
YUV63.71154.1295.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.74%
GREEN value IS 78 (30.86% from 255) = 37.86%
BLUE value IS 110 (43.36% from 255) = 53.40%
R=8.74%
G=37.86%
B=53.40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18781100.840.2900.57200.8771.8825.1
Hex124E6E541D039c94819
Octal221161561243507131111031
Binary1001010011101101110101010011101011100111001001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,78,110); }

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

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

 a { background-color: rgb(18,78,110); }

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

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

 span { border-color: rgb(18,78,110); }

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