#126EBF

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

Shades of Denim #126EBF

Tints of Denim #126EBF

Color information

#126EBF (or 0x126EBF) is unknown color: approx Denim. HEX triplet: 12, 6E and BF. RGB value is (18,110,191). Sum of RGB (Red+Green+Blue) = 18+110+191=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #126EBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126EBF is #ED9140. Grayscale: #5B5B5B. Windows color (decimal): -15569217 or 12545554. OLE color: 12545554.

HSL color Cylindrical-coordinate representation of color #126EBF: hue angle of 208.09º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #126EBF is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18110191-
CMYK0.910.4200.25
HSL208.09º82.78%40.98%-
HSV(B)208.09º90.58%74.9%-
XYZ15.2315.0451.39-
YUV91.73184.0275.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.64%
GREEN value IS 110 (43.36% from 255) = 34.48%
BLUE value IS 191 (75% from 255) = 59.87%
R=5.64%
G=34.48%
B=59.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181101910.910.4200.25208.0982.7840.98
Hex126EBF5B2A019d05329
Octal221562771335203132012351
Binary100101101110101111111011011101010011001110100001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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