#125077

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

Shades of Dark Cerulean #125077

Tints of Dark Cerulean #125077

Color information

#125077 (or 0x125077) is unknown color: approx Dark Cerulean. HEX triplet: 12, 50 and 77. RGB value is (18,80,119). Sum of RGB (Red+Green+Blue) = 18+80+119=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #125077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125077 is #EDAF88. Grayscale: #414141. Windows color (decimal): -15576969 or 7819282. OLE color: 7819282.

HSL color Cylindrical-coordinate representation of color #125077: hue angle of 203.17º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #125077 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1880119-
CMYK0.850.3300.53
HSL203.17º73.72%26.86%-
HSV(B)203.17º84.87%46.67%-
XYZ6.457.218.5-
YUV65.91157.9693.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.29%
GREEN value IS 80 (31.64% from 255) = 36.87%
BLUE value IS 119 (46.88% from 255) = 54.84%
R=8.29%
G=36.87%
B=54.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18801190.850.3300.53203.1773.7226.86
Hex1250775521035cb4a1b
Octal221201671254106531311233
Binary10010101000011101111010101100001011010111001011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125077; }

 p { color: rgb(18,80,119); }

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

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

 a { background-color: rgb(18,80,119); }

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

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

 span { border-color: rgb(18,80,119); }

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