Html Css Color HEX #166DDA Navy Blue

📋 copy color: '#166DDA'

red 22 ◦ green 109 ◦ blue 218

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

Shades of Navy Blue #166DDA

Tints of Navy Blue #166DDA

RGB

 RED value IS 22 (8.98% from 255) = 6.3%

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

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

R = 6.3%
G = 31.23%
B = 62.46%

CMYK

 C value IS 0.90

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#166DDA (or 0x166DDA) is known color: Navy Blue. HEX triplet: 16, 6D and DA. RGB value is (22,109,218). Sum of RGB (Red+Green+Blue) = 22+109+218=349 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.30% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #166DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166DDA is #E99225. Grayscale: #5E5E5E. Windows color (decimal): -15307302 or 14314774. OLE color: 14314774.

HSL color Cylindrical-coordinate representation of color #166DDA: hue angle of 213.37º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #166DDA is Cyan = 0.90, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 22 109 218 -
CMYK 0.90 0.5 0 0.15
HSL 213.37º 0.82% 0.47% -
HSV(B) 213.37º 0.9% 0.85% -
XYZ 18.45 16.17 68.48 -
YUV 95.41 197.18 75.64 -
System Red Green Blue C M Y K H S L
Decimal 22 109 218 0.90 0.5 0 0.15 213.37 0.82 0.47
Hex 16 6D DA 5A 32 0 F D5 52 2F
Octal 26 155 332 132 62 0 17 325 122 57
Binary 10110 1101101 11011010 1011010 110010 0 1111 11010101 1010010 101111

Color Harmonies of #166DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166DDA

Black with #166DDA

Text Example


Text Example

White with #166DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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