#126CAF

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

Shades of Denim #126CAF

Tints of Denim #126CAF

Color information

#126CAF (or 0x126CAF) is unknown color: approx Denim. HEX triplet: 12, 6C and AF. RGB value is (18,108,175). Sum of RGB (Red+Green+Blue) = 18+108+175=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #126CAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126CAF is #ED9350. Grayscale: #585858. Windows color (decimal): -15569745 or 11496466. OLE color: 11496466.

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

Color convert

RGB18108175-
CMYK0.900.3800.31
HSL205.61º81.35%37.84%-
HSV(B)205.61º89.71%68.63%-
XYZ13.3513.9542.55-
YUV88.73176.6877.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.98%
GREEN value IS 108 (42.58% from 255) = 35.88%
BLUE value IS 175 (68.75% from 255) = 58.14%
R=5.98%
G=35.88%
B=58.14%

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
Decimal181081750.900.3800.31205.6181.3537.84
Hex126CAF5A2601Fce5126
Octal221542571324603731612146
Binary100101101100101011111011010100110011111110011101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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