#125080

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

Shades of Dark Cerulean #125080

Tints of Dark Cerulean #125080

Color information

#125080 (or 0x125080) is unknown color: approx Dark Cerulean. HEX triplet: 12, 50 and 80. RGB value is (18,80,128). Sum of RGB (Red+Green+Blue) = 18+80+128=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 128 (50.39% from 255 or 56.64% from 226); Max value from RGB is 128 - color contains mainly: blue. Hex color #125080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125080 is #EDAF7F. Grayscale: #424242. Windows color (decimal): -15576960 or 8409106. OLE color: 8409106.

HSL color Cylindrical-coordinate representation of color #125080: hue angle of 206.18º 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 #125080 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1880128-
CMYK0.860.3800.50
HSL206.18º75.34%28.63%-
HSV(B)206.18º85.94%50.2%-
XYZ7.017.4221.49-
YUV66.93162.4693.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.96%
GREEN value IS 80 (31.64% from 255) = 35.40%
BLUE value IS 128 (50.39% from 255) = 56.64%
R=7.96%
G=35.40%
B=56.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18801280.860.3800.50206.1875.3428.63
Hex1250805626032ce4b1d
Octal221202001264606231611335
Binary100101010000100000001010110100110011001011001110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125080; }

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

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

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

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

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

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

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

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