#124770

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

Shades of Dark Cerulean #124770

Tints of Dark Cerulean #124770

Color information

#124770 (or 0x124770) is unknown color: approx Dark Cerulean. HEX triplet: 12, 47 and 70. RGB value is (18,71,112). Sum of RGB (Red+Green+Blue) = 18+71+112=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #124770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124770 is #EDB88F. Grayscale: #3B3B3B. Windows color (decimal): -15579280 or 7358226. OLE color: 7358226.

HSL color Cylindrical-coordinate representation of color #124770: hue angle of 206.17º 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 #124770 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1871112-
CMYK0.840.3700.56
HSL206.17º72.31%25.49%-
HSV(B)206.17º83.93%43.92%-
XYZ5.435.816.16-
YUV59.83157.4498.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.96%
GREEN value IS 71 (28.12% from 255) = 35.32%
BLUE value IS 112 (44.14% from 255) = 55.72%
R=8.96%
G=35.32%
B=55.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18711120.840.3700.56206.1772.3125.49
Hex1247705425038ce4819
Octal221071601244507031611031
Binary10010100011111100001010100100101011100011001110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124770; }

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

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

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

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

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

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

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

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