#126AAB

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

Shades of Denim #126AAB

Tints of Denim #126AAB

Color information

#126AAB (or 0x126AAB) is unknown color: approx Denim. HEX triplet: 12, 6A and AB. RGB value is (18,106,171). Sum of RGB (Red+Green+Blue) = 18+106+171=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #126AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126AAB is #ED9554. Grayscale: #565656. Windows color (decimal): -15570261 or 11233810. OLE color: 11233810.

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

Color convert

RGB18106171-
CMYK0.890.3800.33
HSL205.49º80.95%37.06%-
HSV(B)205.49º89.47%67.06%-
XYZ12.7513.3840.44-
YUV87.1175.3578.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.10%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 171 (67.19% from 255) = 57.97%
R=6.10%
G=35.93%
B=57.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181061710.890.3800.33205.4980.9537.06
Hex126AAB5926021cd5125
Octal221522531314604131512145
Binary1001011010101010101110110011001100100001110011011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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