#126BB7

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

Shades of Denim #126BB7

Tints of Denim #126BB7

Color information

#126BB7 (or 0x126BB7) is unknown color: approx Denim. HEX triplet: 12, 6B and B7. RGB value is (18,107,183). Sum of RGB (Red+Green+Blue) = 18+107+183=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 183 (71.88% from 255 or 59.42% from 308); Max value from RGB is 183 - color contains mainly: blue. Hex color #126BB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126BB7 is #ED9448. Grayscale: #585858. Windows color (decimal): -15569993 or 12020498. OLE color: 12020498.

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

Color convert

RGB18107183-
CMYK0.900.4200.28
HSL207.64º82.09%39.41%-
HSV(B)207.64º90.16%71.76%-
XYZ14.0514.0646.77-
YUV89.05181.0177.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.84%
GREEN value IS 107 (42.19% from 255) = 34.74%
BLUE value IS 183 (71.88% from 255) = 59.42%
R=5.84%
G=34.74%
B=59.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181071830.900.4200.28207.6482.0939.41
Hex126BB75A2A01Cd05227
Octal221532671325203432012247
Binary100101101011101101111011010101010011100110100001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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