#126BB1

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

Shades of Denim #126BB1

Tints of Denim #126BB1

Color information

#126BB1 (or 0x126BB1) is unknown color: approx Denim. HEX triplet: 12, 6B and B1. RGB value is (18,107,177). Sum of RGB (Red+Green+Blue) = 18+107+177=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 177 (69.53% from 255 or 58.61% from 302); Max value from RGB is 177 - color contains mainly: blue. Hex color #126BB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126BB1 is #ED944E. Grayscale: #585858. Windows color (decimal): -15569999 or 11627282. OLE color: 11627282.

HSL color Cylindrical-coordinate representation of color #126BB1: hue angle of 206.42º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #126BB1 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB18107177-
CMYK0.900.4000.31
HSL206.42º81.54%38.24%-
HSV(B)206.42º89.83%69.41%-
XYZ13.4413.8243.55-
YUV88.37178.0177.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.96%
GREEN value IS 107 (42.19% from 255) = 35.43%
BLUE value IS 177 (69.53% from 255) = 58.61%
R=5.96%
G=35.43%
B=58.61%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181071770.900.4000.31206.4281.5438.24
Hex126BB15A2801Fce5226
Octal221532611325003731612246
Binary100101101011101100011011010101000011111110011101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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