#126CC8

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

Shades of Denim #126CC8

Tints of Denim #126CC8

Color information

#126CC8 (or 0x126CC8) is unknown color: approx Denim. HEX triplet: 12, 6C and C8. RGB value is (18,108,200). Sum of RGB (Red+Green+Blue) = 18+108+200=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 200 (78.52% from 255 or 61.35% from 326); Max value from RGB is 200 - color contains mainly: blue. Hex color #126CC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126CC8 is #ED9337. Grayscale: #5B5B5B. Windows color (decimal): -15569720 or 13134866. OLE color: 13134866.

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

Color convert

RGB18108200-
CMYK0.910.4600.22
HSL210.33º83.49%42.75%-
HSV(B)210.33º91%78.43%-
XYZ16.0415.0256.7-
YUV91.58189.1875.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.52%
GREEN value IS 108 (42.58% from 255) = 33.13%
BLUE value IS 200 (78.52% from 255) = 61.35%
R=5.52%
G=33.13%
B=61.35%

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
Decimal181082000.910.4600.22210.3383.4942.75
Hex126CC85B2E016d2532b
Octal221543101335602632212353
Binary100101101100110010001011011101110010110110100101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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