#125280

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

Shades of Dark Cerulean #125280

Tints of Dark Cerulean #125280

Color information

#125280 (or 0x125280) is unknown color: approx Dark Cerulean. HEX triplet: 12, 52 and 80. RGB value is (18,82,128). Sum of RGB (Red+Green+Blue) = 18+82+128=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 128 (50.39% from 255 or 56.14% from 228); Max value from RGB is 128 - color contains mainly: blue. Hex color #125280 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125280 is #EDAD7F. Grayscale: #434343. Windows color (decimal): -15576448 or 8409618. OLE color: 8409618.

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

Color convert

RGB1882128-
CMYK0.860.3600.50
HSL205.09º75.34%28.63%-
HSV(B)205.09º85.94%50.2%-
XYZ7.167.7221.53-
YUV68.11161.892.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.89%
GREEN value IS 82 (32.42% from 255) = 35.96%
BLUE value IS 128 (50.39% from 255) = 56.14%
R=7.89%
G=35.96%
B=56.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18821280.860.3600.50205.0975.3428.63
Hex1252805624032cd4b1d
Octal221222001264406231511335
Binary100101010010100000001010110100100011001011001101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125280; }

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

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

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

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

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

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

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

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