#126AAC

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

Shades of Denim #126AAC

Tints of Denim #126AAC

Color information

#126AAC (or 0x126AAC) is unknown color: approx Denim. HEX triplet: 12, 6A and AC. RGB value is (18,106,172). Sum of RGB (Red+Green+Blue) = 18+106+172=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #126AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126AAC is #ED9553. Grayscale: #565656. Windows color (decimal): -15570260 or 11299346. OLE color: 11299346.

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

Color convert

RGB18106172-
CMYK0.900.3800.33
HSL205.71º81.05%37.25%-
HSV(B)205.71º89.53%67.45%-
XYZ12.8513.4240.94-
YUV87.21175.8578.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.08%
GREEN value IS 106 (41.80% from 255) = 35.81%
BLUE value IS 172 (67.58% from 255) = 58.11%
R=6.08%
G=35.81%
B=58.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181061720.900.3800.33205.7181.0537.25
Hex126AAC5A26021ce5125
Octal221522541324604131612145
Binary1001011010101010110010110101001100100001110011101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,106,172); }

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

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

 a { background-color: rgb(18,106,172); }

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

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

 span { border-color: rgb(18,106,172); }

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