#106BB7

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

Shades of Denim #106BB7

Tints of Denim #106BB7

Color information

#106BB7 (or 0x106BB7) is unknown color: approx Denim. HEX triplet: 10, 6B and B7. RGB value is (16,107,183). Sum of RGB (Red+Green+Blue) = 16+107+183=306 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.23% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 183 (71.88% from 255 or 59.80% from 306); Max value from RGB is 183 - color contains mainly: blue. Hex color #106BB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106BB7 is #EF9448. Grayscale: #585858. Windows color (decimal): -15701065 or 12020496. OLE color: 12020496.

HSL color Cylindrical-coordinate representation of color #106BB7: hue angle of 207.31º 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 #106BB7 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16107183-
CMYK0.910.4200.28
HSL207.31º83.92%39.02%-
HSV(B)207.31º91.26%71.76%-
XYZ14.0214.0446.77-
YUV88.46181.3576.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.23%
GREEN value IS 107 (42.19% from 255) = 34.97%
BLUE value IS 183 (71.88% from 255) = 59.80%
R=5.23%
G=34.97%
B=59.80%

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
Decimal161071830.910.4200.28207.3183.9239.02
Hex106BB75B2A01Ccf5427
Octal201532671335203431712447
Binary100001101011101101111011011101010011100110011111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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