#106AB7

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

Shades of Denim #106AB7

Tints of Denim #106AB7

Color information

#106AB7 (or 0x106AB7) is unknown color: approx Denim. HEX triplet: 10, 6A and B7. RGB value is (16,106,183). Sum of RGB (Red+Green+Blue) = 16+106+183=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 183 (71.88% from 255 or 60% from 305); Max value from RGB is 183 - color contains mainly: blue. Hex color #106AB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106AB7 is #EF9548. Grayscale: #575757. Windows color (decimal): -15701321 or 12020240. OLE color: 12020240.

HSL color Cylindrical-coordinate representation of color #106AB7: hue angle of 207.66º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #106AB7 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16106183-
CMYK0.910.4200.28
HSL207.66º83.92%39.02%-
HSV(B)207.66º91.26%71.76%-
XYZ13.9113.8446.74-
YUV87.87181.6876.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.25%
GREEN value IS 106 (41.80% from 255) = 34.75%
BLUE value IS 183 (71.88% from 255) = 60%
R=5.25%
G=34.75%
B=60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal161061830.910.4200.28207.6683.9239.02
Hex106AB75B2A01Cd05427
Octal201522671335203432012447
Binary100001101010101101111011011101010011100110100001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106AB7; }

 p { color: rgb(16,106,183); }

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

<style>
 a { background-color: #106AB7; }

 a { background-color: rgb(16,106,183); }

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

<style>
 span { border-color: #106AB7; }

 span { border-color: rgb(16,106,183); }

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