#126EB6

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

Shades of Denim #126EB6

Tints of Denim #126EB6

Color information

#126EB6 (or 0x126EB6) is unknown color: approx Denim. HEX triplet: 12, 6E and B6. RGB value is (18,110,182). Sum of RGB (Red+Green+Blue) = 18+110+182=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 182 (71.48% from 255 or 58.71% from 310); Max value from RGB is 182 - color contains mainly: blue. Hex color #126EB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126EB6 is #ED9149. Grayscale: #5A5A5A. Windows color (decimal): -15569226 or 11955730. OLE color: 11955730.

HSL color Cylindrical-coordinate representation of color #126EB6: hue angle of 206.34º 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 #126EB6 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB18110182-
CMYK0.900.4000.29
HSL206.34º82%39.22%-
HSV(B)206.34º90.11%71.37%-
XYZ14.2714.6646.33-
YUV90.7179.5276.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.81%
GREEN value IS 110 (43.36% from 255) = 35.48%
BLUE value IS 182 (71.48% from 255) = 58.71%
R=5.81%
G=35.48%
B=58.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181101820.900.4000.29206.348239.22
Hex126EB65A2801Dce5227
Octal221562661325003531612247
Binary100101101110101101101011010101000011101110011101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126EB6; }

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

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

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

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

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

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

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

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