#126CBC

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

Shades of Denim #126CBC

Tints of Denim #126CBC

Color information

#126CBC (or 0x126CBC) is unknown color: approx Denim. HEX triplet: 12, 6C and BC. RGB value is (18,108,188). Sum of RGB (Red+Green+Blue) = 18+108+188=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #126CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126CBC is #ED9343. Grayscale: #595959. Windows color (decimal): -15569732 or 12348434. OLE color: 12348434.

HSL color Cylindrical-coordinate representation of color #126CBC: hue angle of 208.24º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #126CBC is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18108188-
CMYK0.900.4300.26
HSL208.24º82.52%40.39%-
HSV(B)208.24º90.43%73.73%-
XYZ14.6914.4849.6-
YUV90.21183.1876.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.73%
GREEN value IS 108 (42.58% from 255) = 34.39%
BLUE value IS 188 (73.83% from 255) = 59.87%
R=5.73%
G=34.39%
B=59.87%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181081880.900.4300.26208.2482.5240.39
Hex126CBC5A2B01Ad05328
Octal221542741325303232012350
Binary100101101100101111001011010101011011010110100001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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