#126FC7

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

Shades of Denim #126FC7

Tints of Denim #126FC7

Color information

#126FC7 (or 0x126FC7) is unknown color: approx Denim. HEX triplet: 12, 6F and C7. RGB value is (18,111,199). Sum of RGB (Red+Green+Blue) = 18+111+199=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 199 (78.12% from 255 or 60.67% from 328); Max value from RGB is 199 - color contains mainly: blue. Hex color #126FC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126FC7 is #ED9038. Grayscale: #5C5C5C. Windows color (decimal): -15568953 or 13070098. OLE color: 13070098.

HSL color Cylindrical-coordinate representation of color #126FC7: hue angle of 209.17º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #126FC7 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18111199-
CMYK0.910.4400.22
HSL209.17º83.41%42.55%-
HSV(B)209.17º90.95%78.04%-
XYZ16.2415.6256.19-
YUV93.22187.6974.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.49%
GREEN value IS 111 (43.75% from 255) = 33.84%
BLUE value IS 199 (78.12% from 255) = 60.67%
R=5.49%
G=33.84%
B=60.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181111990.910.4400.22209.1783.4142.55
Hex126FC75B2C016d1532b
Octal221573071335402632112353
Binary100101101111110001111011011101100010110110100011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,111,199); }

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

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

 a { background-color: rgb(18,111,199); }

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

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

 span { border-color: rgb(18,111,199); }

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