#106DEB

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

Shades of Navy Blue #106DEB

Tints of Navy Blue #106DEB

Color information

#106DEB (or 0x106DEB) is unknown color: approx Navy Blue. HEX triplet: 10, 6D and EB. RGB value is (16,109,235). Sum of RGB (Red+Green+Blue) = 16+109+235=360 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.44% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 235 (92.19% from 255 or 65.28% from 360); Max value from RGB is 235 - color contains mainly: blue. Hex color #106DEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106DEB is #EF9214. Grayscale: #5E5E5E. Windows color (decimal): -15700501 or 15428880. OLE color: 15428880.

HSL color Cylindrical-coordinate representation of color #106DEB: hue angle of 214.52º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106DEB is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16109235-
CMYK0.930.5400.08
HSL214.52º87.25%49.22%-
HSV(B)214.52º93.19%92.16%-
XYZ20.6817.0580.8-
YUV95.56206.6971.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.44%
GREEN value IS 109 (42.97% from 255) = 30.28%
BLUE value IS 235 (92.19% from 255) = 65.28%
R=4.44%
G=30.28%
B=65.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal161092350.930.5400.08214.5287.2549.22
Hex106DEB5D3608d75731
Octal201553531356601032712761
Binary10000110110111101011101110111011001000110101111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,109,235); }

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

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

 a { background-color: rgb(16,109,235); }

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

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

 span { border-color: rgb(16,109,235); }

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