#125177

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

Shades of Dark Cerulean #125177

Tints of Dark Cerulean #125177

Color information

#125177 (or 0x125177) is unknown color: approx Dark Cerulean. HEX triplet: 12, 51 and 77. RGB value is (18,81,119). Sum of RGB (Red+Green+Blue) = 18+81+119=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #125177 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125177 is #EDAE88. Grayscale: #424242. Windows color (decimal): -15576713 or 7819538. OLE color: 7819538.

HSL color Cylindrical-coordinate representation of color #125177: hue angle of 202.57º 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 #125177 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1881119-
CMYK0.850.3200.53
HSL202.57º73.72%26.86%-
HSV(B)202.57º84.87%46.67%-
XYZ6.527.3518.53-
YUV66.49157.6393.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.26%
GREEN value IS 81 (32.03% from 255) = 37.16%
BLUE value IS 119 (46.88% from 255) = 54.59%
R=8.26%
G=37.16%
B=54.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18811190.850.3200.53202.5773.7226.86
Hex1251775520035cb4a1b
Octal221211671254006531311233
Binary10010101000111101111010101100000011010111001011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125177; }

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

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

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

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

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

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

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

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