#106BF1

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

Shades of Navy Blue #106BF1

Tints of Navy Blue #106BF1

Color information

#106BF1 (or 0x106BF1) is unknown color: approx Navy Blue. HEX triplet: 10, 6B and F1. RGB value is (16,107,241). Sum of RGB (Red+Green+Blue) = 16+107+241=364 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.40% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 241 (94.53% from 255 or 66.21% from 364); Max value from RGB is 241 - color contains mainly: blue. Hex color #106BF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106BF1 is #EF940E. Grayscale: #5E5E5E. Windows color (decimal): -15701007 or 15821584. OLE color: 15821584.

HSL color Cylindrical-coordinate representation of color #106BF1: hue angle of 215.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106BF1 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16107241-
CMYK0.930.5600.05
HSL215.73º88.93%50.39%-
HSV(B)215.73º93.36%94.51%-
XYZ21.3516.9885.37-
YUV95.07210.3571.6-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.40%
GREEN value IS 107 (42.19% from 255) = 29.40%
BLUE value IS 241 (94.53% from 255) = 66.21%
R=4.40%
G=29.40%
B=66.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal161072410.930.5600.05215.7388.9350.39
Hex106BF15D3805d85932
Octal20153361135700533013162
Binary1000011010111111000110111011110000101110110001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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