Html Css Color HEX #166EDA Navy Blue

📋 copy color: '#166EDA'

red 22 ◦ green 110 ◦ blue 218

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

Shades of Navy Blue #166EDA

Tints of Navy Blue #166EDA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.43%

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

R = 6.29%
G = 31.43%
B = 62.29%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#166EDA (or 0x166EDA) is known color: Navy Blue. HEX triplet: 16, 6E and DA. RGB value is (22,110,218). Sum of RGB (Red+Green+Blue) = 22+110+218=350 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.29% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #166EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166EDA is #E99125. Grayscale: #5F5F5F. Windows color (decimal): -15307046 or 14315030. OLE color: 14315030.

HSL color Cylindrical-coordinate representation of color #166EDA: hue angle of 213.06º 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 #166EDA is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 22 110 218 -
CMYK 0.90 0.50 0 0.15
HSL 213.06º 0.82% 0.47% -
HSV(B) 213.06º 0.9% 0.85% -
XYZ 18.56 16.38 68.51 -
YUV 96 196.85 75.22 -
System Red Green Blue C M Y K H S L
Decimal 22 110 218 0.90 0.50 0 0.15 213.06 0.82 0.47
Hex 16 6E DA 5A 32 0 F D5 52 2F
Octal 26 156 332 132 62 0 17 325 122 57
Binary 10110 1101110 11011010 1011010 110010 0 1111 11010101 1010010 101111

Color Harmonies of #166EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166EDA

Black with #166EDA

Text Example


Text Example

White with #166EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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