#126CAB

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

Shades of Denim #126CAB

Tints of Denim #126CAB

Color information

#126CAB (or 0x126CAB) is unknown color: approx Denim. HEX triplet: 12, 6C and AB. RGB value is (18,108,171). Sum of RGB (Red+Green+Blue) = 18+108+171=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #126CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126CAB is #ED9354. Grayscale: #575757. Windows color (decimal): -15569749 or 11234322. OLE color: 11234322.

HSL color Cylindrical-coordinate representation of color #126CAB: hue angle of 204.71º 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 #126CAB is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB18108171-
CMYK0.890.3700.33
HSL204.71º80.95%37.06%-
HSV(B)204.71º89.47%67.06%-
XYZ12.9613.7940.51-
YUV88.27174.6877.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.06%
GREEN value IS 108 (42.58% from 255) = 36.36%
BLUE value IS 171 (67.19% from 255) = 57.58%
R=6.06%
G=36.36%
B=57.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181081710.890.3700.33204.7180.9537.06
Hex126CAB5925021cd5125
Octal221542531314504131512145
Binary1001011011001010101110110011001010100001110011011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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