#126BB4

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

Shades of Denim #126BB4

Tints of Denim #126BB4

Color information

#126BB4 (or 0x126BB4) is unknown color: approx Denim. HEX triplet: 12, 6B and B4. RGB value is (18,107,180). Sum of RGB (Red+Green+Blue) = 18+107+180=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 180 (70.70% from 255 or 59.02% from 305); Max value from RGB is 180 - color contains mainly: blue. Hex color #126BB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126BB4 is #ED944B. Grayscale: #585858. Windows color (decimal): -15569996 or 11823890. OLE color: 11823890.

HSL color Cylindrical-coordinate representation of color #126BB4: hue angle of 207.04º 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 #126BB4 is Cyan = 0.9, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB18107180-
CMYK0.90.4100.29
HSL207.04º81.82%38.82%-
HSV(B)207.04º90%70.59%-
XYZ13.7513.9445.15-
YUV88.71179.5177.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.90%
GREEN value IS 107 (42.19% from 255) = 35.08%
BLUE value IS 180 (70.70% from 255) = 59.02%
R=5.90%
G=35.08%
B=59.02%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181071800.90.4100.29207.0481.8238.82
Hex126BB45A2901Dcf5227
Octal221532641325103531712247
Binary100101101011101101001011010101001011101110011111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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