#125276

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

Shades of Dark Cerulean #125276

Tints of Dark Cerulean #125276

Color information

#125276 (or 0x125276) is unknown color: approx Dark Cerulean. HEX triplet: 12, 52 and 76. RGB value is (18,82,118). Sum of RGB (Red+Green+Blue) = 18+82+118=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #125276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125276 is #EDAD89. Grayscale: #424242. Windows color (decimal): -15576458 or 7754258. OLE color: 7754258.

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

Color convert

RGB1882118-
CMYK0.850.3100.54
HSL201.6º73.53%26.67%-
HSV(B)201.6º84.75%46.27%-
XYZ6.547.4718.24-
YUV66.97156.893.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.26%
GREEN value IS 82 (32.42% from 255) = 37.61%
BLUE value IS 118 (46.48% from 255) = 54.13%
R=8.26%
G=37.61%
B=54.13%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18821180.850.3100.54201.673.5326.67
Hex125276551F036ca4a1b
Octal221221661253706631211233
Binary1001010100101110110101010111111011011011001010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125276; }

 p { color: rgb(18,82,118); }

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

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

 a { background-color: rgb(18,82,118); }

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

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

 span { border-color: rgb(18,82,118); }

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