#125180

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

Shades of Dark Cerulean #125180

Tints of Dark Cerulean #125180

Color information

#125180 (or 0x125180) is unknown color: approx Dark Cerulean. HEX triplet: 12, 51 and 80. RGB value is (18,81,128). Sum of RGB (Red+Green+Blue) = 18+81+128=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #125180 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125180 is #EDAE7F. Grayscale: #434343. Windows color (decimal): -15576704 or 8409362. OLE color: 8409362.

HSL color Cylindrical-coordinate representation of color #125180: hue angle of 205.64º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #125180 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1881128-
CMYK0.860.3700.50
HSL205.64º75.34%28.63%-
HSV(B)205.64º85.94%50.2%-
XYZ7.097.5721.51-
YUV67.52162.1392.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 81 (32.03% from 255) = 35.68%
BLUE value IS 128 (50.39% from 255) = 56.39%
R=7.93%
G=35.68%
B=56.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18811280.860.3700.50205.6475.3428.63
Hex1251805625032ce4b1d
Octal221212001264506231611335
Binary100101010001100000001010110100101011001011001110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125180; }

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

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

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

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

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

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

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

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