#125AA8

Color #125AA8 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #125AA8

Tints of Denim #125AA8

Color information

#125AA8 (or 0x125AA8) is unknown color: approx Denim. HEX triplet: 12, 5A and A8. RGB value is (18,90,168). Sum of RGB (Red+Green+Blue) = 18+90+168=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 168 (66.02% from 255 or 60.87% from 276); Max value from RGB is 168 - color contains mainly: blue. Hex color #125AA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125AA8 is #EDA557. Grayscale: #4C4C4C. Windows color (decimal): -15574360 or 11033106. OLE color: 11033106.

HSL color Cylindrical-coordinate representation of color #125AA8: hue angle of 211.2º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #125AA8 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1890168-
CMYK0.890.4600.34
HSL211.2º80.65%36.47%-
HSV(B)211.2º89.29%65.88%-
XYZ10.9710.2738.45-
YUV77.36179.1585.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.52%
GREEN value IS 90 (35.55% from 255) = 32.61%
BLUE value IS 168 (66.02% from 255) = 60.87%
R=6.52%
G=32.61%
B=60.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal18901680.890.4600.34211.280.6536.47
Hex125AA8592E022d35124
Octal221322501315604232312144
Binary1001010110101010100010110011011100100010110100111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125AA8; }

 p { color: rgb(18,90,168); }

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

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

 a { background-color: rgb(18,90,168); }

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

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

 span { border-color: rgb(18,90,168); }

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