#106CF1

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

Shades of Navy Blue #106CF1

Tints of Navy Blue #106CF1

Color information

#106CF1 (or 0x106CF1) is unknown color: approx Navy Blue. HEX triplet: 10, 6C and F1. RGB value is (16,108,241). Sum of RGB (Red+Green+Blue) = 16+108+241=365 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.38% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 241 (94.53% from 255 or 66.03% from 365); Max value from RGB is 241 - color contains mainly: blue. Hex color #106CF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106CF1 is #EF930E. Grayscale: #5F5F5F. Windows color (decimal): -15700751 or 15821840. OLE color: 15821840.

HSL color Cylindrical-coordinate representation of color #106CF1: hue angle of 215.47º 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 #106CF1 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16108241-
CMYK0.930.5500.05
HSL215.47º88.93%50.39%-
HSV(B)215.47º93.36%94.51%-
XYZ21.4517.1985.41-
YUV95.65210.0271.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.38%
GREEN value IS 108 (42.58% from 255) = 29.59%
BLUE value IS 241 (94.53% from 255) = 66.03%
R=4.38%
G=29.59%
B=66.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal161082410.930.5500.05215.4788.9350.39
Hex106CF15D3705d75932
Octal20154361135670532713162
Binary1000011011001111000110111011101110101110101111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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