#126DAF

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

Shades of Denim #126DAF

Tints of Denim #126DAF

Color information

#126DAF (or 0x126DAF) is unknown color: approx Denim. HEX triplet: 12, 6D and AF. RGB value is (18,109,175). Sum of RGB (Red+Green+Blue) = 18+109+175=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #126DAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126DAF is #ED9250. Grayscale: #585858. Windows color (decimal): -15569489 or 11496722. OLE color: 11496722.

HSL color Cylindrical-coordinate representation of color #126DAF: hue angle of 205.22º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #126DAF is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB18109175-
CMYK0.900.3800.31
HSL205.22º81.35%37.84%-
HSV(B)205.22º89.71%68.63%-
XYZ13.4614.1642.58-
YUV89.32176.3577.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.96%
GREEN value IS 109 (42.97% from 255) = 36.09%
BLUE value IS 175 (68.75% from 255) = 57.95%
R=5.96%
G=36.09%
B=57.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181091750.900.3800.31205.2281.3537.84
Hex126DAF5A2601Fcd5126
Octal221552571324603731512146
Binary100101101101101011111011010100110011111110011011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,109,175); }

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

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

 a { background-color: rgb(18,109,175); }

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

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

 span { border-color: rgb(18,109,175); }

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