Html Css Color HEX #106DDA Navy Blue

📋 copy color: '#106DDA'

red 16 ◦ green 109 ◦ blue 218

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

Shades of Navy Blue #106DDA

Tints of Navy Blue #106DDA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.78%

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

R = 4.66%
G = 31.78%
B = 63.56%

CMYK

 C value IS 0.93

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#106DDA (or 0x106DDA) is known color: Navy Blue. HEX triplet: 10, 6D and DA. RGB value is (16,109,218). Sum of RGB (Red+Green+Blue) = 16+109+218=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #106DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106DDA is #EF9225. Grayscale: #5D5D5D. Windows color (decimal): -15700518 or 14314768. OLE color: 14314768.

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

Color convert

RGB 16 109 218 -
CMYK 0.93 0.5 0 0.15
HSL 212.38º 0.86% 0.46% -
HSV(B) 212.38º 0.93% 0.85% -
XYZ 18.34 16.11 68.47 -
YUV 93.62 198.19 72.64 -
System Red Green Blue C M Y K H S L
Decimal 16 109 218 0.93 0.5 0 0.15 212.38 0.86 0.46
Hex 10 6D DA 5D 32 0 F D4 56 2E
Octal 20 155 332 135 62 0 17 324 126 56
Binary 10000 1101101 11011010 1011101 110010 0 1111 11010100 1010110 101110

Color Harmonies of #106DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106DDA

Black with #106DDA

Text Example


Text Example

White with #106DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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