Html Css Color HEX #106BF1 Navy Blue

📋 copy color: '#106BF1'

red 16 ◦ green 107 ◦ blue 241

#106BF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #106BF1

Tints of Navy Blue #106BF1

RGB

 RED value IS 16 (6.64% from 255) = 4.4%

 GREEN value IS 107 (42.19% from 255) = 29.4%

 BLUE value IS 241 (94.53% from 255) = 66.21%

R = 4.4%
G = 29.4%
B = 66.21%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#106BF1 (or 0x106BF1) is known color: 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

RGB 16 107 241 -
CMYK 0.93 0.56 0 0.05
HSL 215.73º 0.89% 0.5% -
HSV(B) 215.73º 0.93% 0.95% -
XYZ 21.35 16.98 85.37 -
YUV 95.07 210.35 71.6 -
System Red Green Blue C M Y K H S L
Decimal 16 107 241 0.93 0.56 0 0.05 215.73 0.89 0.5
Hex 10 6B F1 5D 38 0 5 D8 59 32
Octal 20 153 361 135 70 0 5 330 131 62
Binary 10000 1101011 11110001 1011101 111000 0 101 11011000 1011001 110010

Color Harmonies of #106BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106BF1

Black with #106BF1

Text Example


Text Example

White with #106BF1

Text Example


Text Example

HTML Codes & Css Web 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>