Html Css Color HEX #106AD5 Navy Blue

📋 copy color: '#106AD5'

red 16 ◦ green 106 ◦ blue 213

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

Shades of Navy Blue #106AD5

Tints of Navy Blue #106AD5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.64%

 BLUE value IS 213 (83.59% from 255) = 63.58%

R = 4.78%
G = 31.64%
B = 63.58%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#106AD5 (or 0x106AD5) is known color: Navy Blue. HEX triplet: 10, 6A and D5. RGB value is (16,106,213). Sum of RGB (Red+Green+Blue) = 16+106+213=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 213 (83.59% from 255 or 63.58% from 335); Max value from RGB is 213 - color contains mainly: blue. Hex color #106AD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106AD5 is #EF952A. Grayscale: #5A5A5A. Windows color (decimal): -15701291 or 13986320. OLE color: 13986320.

HSL color Cylindrical-coordinate representation of color #106AD5: hue angle of 212.59º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #106AD5 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 106 213 -
CMYK 0.92 0.50 0 0.16
HSL 212.59º 0.86% 0.45% -
HSV(B) 212.59º 0.92% 0.84% -
XYZ 17.38 15.22 64.97 -
YUV 91.29 196.68 74.3 -
System Red Green Blue C M Y K H S L
Decimal 16 106 213 0.92 0.50 0 0.16 212.59 0.86 0.45
Hex 10 6A D5 5C 32 0 10 D5 56 2D
Octal 20 152 325 134 62 0 20 325 126 55
Binary 10000 1101010 11010101 1011100 110010 0 10000 11010101 1010110 101101

Color Harmonies of #106AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106AD5

Black with #106AD5

Text Example


Text Example

White with #106AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,106,213); }

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

background-color css

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

 a { background-color: rgb(16,106,213); }

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

border-color css

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

 span { border-color: rgb(16,106,213); }

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