#126AC7

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

Shades of Denim #126AC7

Tints of Denim #126AC7

Color information

#126AC7 (or 0x126AC7) is unknown color: approx Denim. HEX triplet: 12, 6A and C7. RGB value is (18,106,199). Sum of RGB (Red+Green+Blue) = 18+106+199=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 199 (78.12% from 255 or 61.61% from 323); Max value from RGB is 199 - color contains mainly: blue. Hex color #126AC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126AC7 is #ED9538. Grayscale: #595959. Windows color (decimal): -15570233 or 13068818. OLE color: 13068818.

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

Color convert

RGB18106199-
CMYK0.910.4700.22
HSL210.83º83.41%42.55%-
HSV(B)210.83º90.95%78.04%-
XYZ15.7114.5656.02-
YUV90.29189.3576.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.57%
GREEN value IS 106 (41.80% from 255) = 32.82%
BLUE value IS 199 (78.12% from 255) = 61.61%
R=5.57%
G=32.82%
B=61.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181061990.910.4700.22210.8383.4142.55
Hex126AC75B2F016d3532b
Octal221523071335702632312353
Binary100101101010110001111011011101111010110110100111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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