#125AB6

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

Shades of Denim #125AB6

Tints of Denim #125AB6

Color information

#125AB6 (or 0x125AB6) is unknown color: approx Denim. HEX triplet: 12, 5A and B6. RGB value is (18,90,182). Sum of RGB (Red+Green+Blue) = 18+90+182=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 182 (71.48% from 255 or 62.76% from 290); Max value from RGB is 182 - color contains mainly: blue. Hex color #125AB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125AB6 is #EDA549. Grayscale: #4E4E4E. Windows color (decimal): -15574346 or 11950610. OLE color: 11950610.

HSL color Cylindrical-coordinate representation of color #125AB6: hue angle of 213.66º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #125AB6 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1890182-
CMYK0.900.5100.29
HSL213.66º82%39.22%-
HSV(B)213.66º90.11%71.37%-
XYZ12.3510.8245.69-
YUV78.96186.1584.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.21%
GREEN value IS 90 (35.55% from 255) = 31.03%
BLUE value IS 182 (71.48% from 255) = 62.76%
R=6.21%
G=31.03%
B=62.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18901820.900.5100.29213.668239.22
Hex125AB65A3301Dd65227
Octal221322661326303532612247
Binary100101011010101101101011010110011011101110101101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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