#126EB4

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

Shades of Denim #126EB4

Tints of Denim #126EB4

Color information

#126EB4 (or 0x126EB4) is unknown color: approx Denim. HEX triplet: 12, 6E and B4. RGB value is (18,110,180). Sum of RGB (Red+Green+Blue) = 18+110+180=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 180 (70.70% from 255 or 58.44% from 308); Max value from RGB is 180 - color contains mainly: blue. Hex color #126EB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126EB4 is #ED914B. Grayscale: #5A5A5A. Windows color (decimal): -15569228 or 11824658. OLE color: 11824658.

HSL color Cylindrical-coordinate representation of color #126EB4: hue angle of 205.93º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #126EB4 is Cyan = 0.9, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB18110180-
CMYK0.90.3900.29
HSL205.93º81.82%38.82%-
HSV(B)205.93º90%70.59%-
XYZ14.0614.5845.25-
YUV90.47178.5276.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.84%
GREEN value IS 110 (43.36% from 255) = 35.71%
BLUE value IS 180 (70.70% from 255) = 58.44%
R=5.84%
G=35.71%
B=58.44%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181101800.90.3900.29205.9381.8238.82
Hex126EB45A2701Dce5227
Octal221562641324703531612247
Binary100101101110101101001011010100111011101110011101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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