#106CBA

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

Shades of Denim #106CBA

Tints of Denim #106CBA

Color information

#106CBA (or 0x106CBA) is unknown color: approx Denim. HEX triplet: 10, 6C and BA. RGB value is (16,108,186). Sum of RGB (Red+Green+Blue) = 16+108+186=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #106CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106CBA is #EF9345. Grayscale: #585858. Windows color (decimal): -15700806 or 12217360. OLE color: 12217360.

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

Color convert

RGB16108186-
CMYK0.910.4200.27
HSL207.53º84.16%39.61%-
HSV(B)207.53º91.4%72.94%-
XYZ14.4414.3848.47-
YUV89.38182.5275.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.16%
GREEN value IS 108 (42.58% from 255) = 34.84%
BLUE value IS 186 (73.05% from 255) = 60%
R=5.16%
G=34.84%
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.27
SystemRedGreenBlueCMYKHSL
Decimal161081860.910.4200.27207.5384.1639.61
Hex106CBA5B2A01Bd05428
Octal201542721335203332012450
Binary100001101100101110101011011101010011011110100001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,108,186); }

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

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

 a { background-color: rgb(16,108,186); }

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

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

 span { border-color: rgb(16,108,186); }

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