Html Css Color HEX #166AE5 Navy Blue

📋 copy color: '#166AE5'

red 22 ◦ green 106 ◦ blue 229

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

Shades of Navy Blue #166AE5

Tints of Navy Blue #166AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 64.15%

R = 6.16%
G = 29.69%
B = 64.15%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#166AE5 (or 0x166AE5) is known color: Navy Blue. HEX triplet: 16, 6A and E5. RGB value is (22,106,229). Sum of RGB (Red+Green+Blue) = 22+106+229=357 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.16% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 229 (89.84% from 255 or 64.15% from 357); Max value from RGB is 229 - color contains mainly: blue. Hex color #166AE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166AE5 is #E9951A. Grayscale: #5E5E5E. Windows color (decimal): -15308059 or 15034902. OLE color: 15034902.

HSL color Cylindrical-coordinate representation of color #166AE5: hue angle of 215.65º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #166AE5 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 22 106 229 -
CMYK 0.90 0.54 0 0.10
HSL 215.65º 0.82% 0.49% -
HSV(B) 215.65º 0.9% 0.9% -
XYZ 19.63 16.14 76.21 -
YUV 94.91 203.67 76 -
System Red Green Blue C M Y K H S L
Decimal 22 106 229 0.90 0.54 0 0.10 215.65 0.82 0.49
Hex 16 6A E5 5A 36 0 A D8 52 31
Octal 26 152 345 132 66 0 12 330 122 61
Binary 10110 1101010 11100101 1011010 110110 0 1010 11011000 1010010 110001

Color Harmonies of #166AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166AE5

Black with #166AE5

Text Example


Text Example

White with #166AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,106,229); }

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

background-color css

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

 a { background-color: rgb(22,106,229); }

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

border-color css

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

 span { border-color: rgb(22,106,229); }

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