#126CC7

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

Shades of Denim #126CC7

Tints of Denim #126CC7

Color information

#126CC7 (or 0x126CC7) is unknown color: approx Denim. HEX triplet: 12, 6C and C7. RGB value is (18,108,199). Sum of RGB (Red+Green+Blue) = 18+108+199=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 199 (78.12% from 255 or 61.23% from 325); Max value from RGB is 199 - color contains mainly: blue. Hex color #126CC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126CC7 is #ED9338. Grayscale: #5B5B5B. Windows color (decimal): -15569721 or 13069330. OLE color: 13069330.

HSL color Cylindrical-coordinate representation of color #126CC7: hue angle of 210.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 #126CC7 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18108199-
CMYK0.910.4600.22
HSL210.17º83.41%42.55%-
HSV(B)210.17º90.95%78.04%-
XYZ15.9214.9856.08-
YUV91.46188.6875.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.54%
GREEN value IS 108 (42.58% from 255) = 33.23%
BLUE value IS 199 (78.12% from 255) = 61.23%
R=5.54%
G=33.23%
B=61.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181081990.910.4600.22210.1783.4142.55
Hex126CC75B2E016d2532b
Octal221543071335602632212353
Binary100101101100110001111011011101110010110110100101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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