#126ACC

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

Shades of Denim #126ACC

Tints of Denim #126ACC

Color information

#126ACC (or 0x126ACC) is unknown color: approx Denim. HEX triplet: 12, 6A and CC. RGB value is (18,106,204). Sum of RGB (Red+Green+Blue) = 18+106+204=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #126ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126ACC is #ED9533. Grayscale: #5A5A5A. Windows color (decimal): -15570228 or 13396498. OLE color: 13396498.

HSL color Cylindrical-coordinate representation of color #126ACC: hue angle of 211.61º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #126ACC is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18106204-
CMYK0.910.4800.2
HSL211.61º83.78%43.53%-
HSV(B)211.61º91.18%80%-
XYZ16.314.859.12-
YUV90.86191.8576.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.49%
GREEN value IS 106 (41.80% from 255) = 32.32%
BLUE value IS 204 (80.08% from 255) = 62.20%
R=5.49%
G=32.32%
B=62.20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal181062040.910.4800.2211.6183.7843.53
Hex126ACC5B30014d4542c
Octal221523141336002432412454
Binary100101101010110011001011011110000010100110101001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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