#106CBE

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

Shades of Denim #106CBE

Tints of Denim #106CBE

Color information

#106CBE (or 0x106CBE) is unknown color: approx Denim. HEX triplet: 10, 6C and BE. RGB value is (16,108,190). Sum of RGB (Red+Green+Blue) = 16+108+190=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #106CBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106CBE is #EF9341. Grayscale: #595959. Windows color (decimal): -15700802 or 12479504. OLE color: 12479504.

HSL color Cylindrical-coordinate representation of color #106CBE: hue angle of 208.28º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #106CBE is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16108190-
CMYK0.920.4300.25
HSL208.28º84.47%40.39%-
HSV(B)208.28º91.58%74.51%-
XYZ14.8714.5550.74-
YUV89.84184.5275.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.10%
GREEN value IS 108 (42.58% from 255) = 34.39%
BLUE value IS 190 (74.61% from 255) = 60.51%
R=5.10%
G=34.39%
B=60.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161081900.920.4300.25208.2884.4740.39
Hex106CBE5C2B019d05428
Octal201542761345303132012450
Binary100001101100101111101011100101011011001110100001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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