Html Css Color HEX #106FDA Navy Blue

📋 copy color: '#106FDA'

red 16 ◦ green 111 ◦ blue 218

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

Shades of Navy Blue #106FDA

Tints of Navy Blue #106FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.17%

 BLUE value IS 218 (85.55% from 255) = 63.19%

R = 4.64%
G = 32.17%
B = 63.19%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#106FDA (or 0x106FDA) is known color: Navy Blue. HEX triplet: 10, 6F and DA. RGB value is (16,111,218). Sum of RGB (Red+Green+Blue) = 16+111+218=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #106FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106FDA is #EF9025. Grayscale: #5E5E5E. Windows color (decimal): -15700006 or 14315280. OLE color: 14315280.

HSL color Cylindrical-coordinate representation of color #106FDA: hue angle of 211.78º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106FDA is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 16 111 218 -
CMYK 0.93 0.49 0 0.15
HSL 211.78º 0.86% 0.46% -
HSV(B) 211.78º 0.93% 0.85% -
XYZ 18.55 16.54 68.54 -
YUV 94.79 197.53 71.8 -
System Red Green Blue C M Y K H S L
Decimal 16 111 218 0.93 0.49 0 0.15 211.78 0.86 0.46
Hex 10 6F DA 5D 31 0 F D4 56 2E
Octal 20 157 332 135 61 0 17 324 126 56
Binary 10000 1101111 11011010 1011101 110001 0 1111 11010100 1010110 101110

Color Harmonies of #106FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106FDA

Black with #106FDA

Text Example


Text Example

White with #106FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,111,218); }

 H1.HeaderClassName
 {
   color: #106FDA;
 }
 .AnyTagClassName
 {
   color: #106FDA;
 }
</style>

background-color css

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

 a { background-color: rgb(16,111,218); }

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

border-color css

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

 span { border-color: rgb(16,111,218); }

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