#124C6E

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

Shades of Dark Cerulean #124C6E

Tints of Dark Cerulean #124C6E

Color information

#124C6E (or 0x124C6E) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4C and 6E. RGB value is (18,76,110). Sum of RGB (Red+Green+Blue) = 18+76+110=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #124C6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C6E is #EDB391. Grayscale: #3E3E3E. Windows color (decimal): -15578002 or 7228434. OLE color: 7228434.

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

Color convert

RGB1876110-
CMYK0.840.3100.57
HSL202.17º71.88%25.1%-
HSV(B)202.17º83.64%43.14%-
XYZ5.656.4215.69-
YUV62.53154.7896.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.82%
GREEN value IS 76 (30.08% from 255) = 37.25%
BLUE value IS 110 (43.36% from 255) = 53.92%
R=8.82%
G=37.25%
B=53.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18761100.840.3100.57202.1771.8825.1
Hex124C6E541F039ca4819
Octal221141561243707131211031
Binary1001010011001101110101010011111011100111001010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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