#106CC9

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

Shades of Navy Blue #106CC9

Tints of Navy Blue #106CC9

Color information

#106CC9 (or 0x106CC9) is unknown color: approx Navy Blue. HEX triplet: 10, 6C and C9. RGB value is (16,108,201). Sum of RGB (Red+Green+Blue) = 16+108+201=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 201 (78.91% from 255 or 61.85% from 325); Max value from RGB is 201 - color contains mainly: blue. Hex color #106CC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106CC9 is #EF9336. Grayscale: #5A5A5A. Windows color (decimal): -15700791 or 13200400. OLE color: 13200400.

HSL color Cylindrical-coordinate representation of color #106CC9: hue angle of 210.16º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #106CC9 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16108201-
CMYK0.920.4600.21
HSL210.16º85.25%42.55%-
HSV(B)210.16º92.04%78.82%-
XYZ16.1215.0557.31-
YUV91.09190.0274.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.92%
GREEN value IS 108 (42.58% from 255) = 33.23%
BLUE value IS 201 (78.91% from 255) = 61.85%
R=4.92%
G=33.23%
B=61.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161082010.920.4600.21210.1685.2542.55
Hex106CC95C2E015d2552b
Octal201543111345602532212553
Binary100001101100110010011011100101110010101110100101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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