Html Css Color HEX #106AD2 Navy Blue

📋 copy color: '#106AD2'

red 16 ◦ green 106 ◦ blue 210

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

Shades of Navy Blue #106AD2

Tints of Navy Blue #106AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 63.25%

R = 4.82%
G = 31.93%
B = 63.25%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#106AD2 (or 0x106AD2) is known color: Navy Blue. HEX triplet: 10, 6A and D2. RGB value is (16,106,210). Sum of RGB (Red+Green+Blue) = 16+106+210=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 210 (82.42% from 255 or 63.25% from 332); Max value from RGB is 210 - color contains mainly: blue. Hex color #106AD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106AD2 is #EF952D. Grayscale: #5A5A5A. Windows color (decimal): -15701294 or 13789712. OLE color: 13789712.

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

Color convert

RGB 16 106 210 -
CMYK 0.92 0.50 0 0.18
HSL 212.16º 0.86% 0.44% -
HSV(B) 212.16º 0.92% 0.82% -
XYZ 17 15.07 62.99 -
YUV 90.95 195.18 74.54 -
System Red Green Blue C M Y K H S L
Decimal 16 106 210 0.92 0.50 0 0.18 212.16 0.86 0.44
Hex 10 6A D2 5C 32 0 12 D4 56 2C
Octal 20 152 322 134 62 0 22 324 126 54
Binary 10000 1101010 11010010 1011100 110010 0 10010 11010100 1010110 101100

Color Harmonies of #106AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106AD2

Black with #106AD2

Text Example


Text Example

White with #106AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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