#126EBD

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

Shades of Denim #126EBD

Tints of Denim #126EBD

Color information

#126EBD (or 0x126EBD) is unknown color: approx Denim. HEX triplet: 12, 6E and BD. RGB value is (18,110,189). Sum of RGB (Red+Green+Blue) = 18+110+189=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #126EBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126EBD is #ED9142. Grayscale: #5B5B5B. Windows color (decimal): -15569219 or 12414482. OLE color: 12414482.

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

Color convert

RGB18110189-
CMYK0.900.4200.26
HSL207.72º82.61%40.59%-
HSV(B)207.72º90.48%74.12%-
XYZ15.0114.9550.24-
YUV91.5183.0275.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.68%
GREEN value IS 110 (43.36% from 255) = 34.70%
BLUE value IS 189 (74.22% from 255) = 59.62%
R=5.68%
G=34.70%
B=59.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181101890.900.4200.26207.7282.6140.59
Hex126EBD5A2A01Ad05329
Octal221562751325203232012351
Binary100101101110101111011011010101010011010110100001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,110,189); }

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

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

 a { background-color: rgb(18,110,189); }

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

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

 span { border-color: rgb(18,110,189); }

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