#124870

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

Shades of Dark Cerulean #124870

Tints of Dark Cerulean #124870

Color information

#124870 (or 0x124870) is unknown color: approx Dark Cerulean. HEX triplet: 12, 48 and 70. RGB value is (18,72,112). Sum of RGB (Red+Green+Blue) = 18+72+112=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #124870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124870 is #EDB78F. Grayscale: #3C3C3C. Windows color (decimal): -15579024 or 7358482. OLE color: 7358482.

HSL color Cylindrical-coordinate representation of color #124870: hue angle of 205.53º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124870 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1872112-
CMYK0.840.3600.56
HSL205.53º72.31%25.49%-
HSV(B)205.53º83.93%43.92%-
XYZ5.495.9316.19-
YUV60.41157.1197.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.91%
GREEN value IS 72 (28.52% from 255) = 35.64%
BLUE value IS 112 (44.14% from 255) = 55.45%
R=8.91%
G=35.64%
B=55.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18721120.840.3600.56205.5372.3125.49
Hex1248705424038ce4819
Octal221101601244407031611031
Binary10010100100011100001010100100100011100011001110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124870; }

 p { color: rgb(18,72,112); }

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

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

 a { background-color: rgb(18,72,112); }

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

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

 span { border-color: rgb(18,72,112); }

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