Html Css Color HEX #166CDA Navy Blue

📋 copy color: '#166CDA'

red 22 ◦ green 108 ◦ blue 218

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

Shades of Navy Blue #166CDA

Tints of Navy Blue #166CDA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.03%

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

R = 6.32%
G = 31.03%
B = 62.64%

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

#166CDA (or 0x166CDA) is known color: Navy Blue. HEX triplet: 16, 6C and DA. RGB value is (22,108,218). Sum of RGB (Red+Green+Blue) = 22+108+218=348 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.32% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #166CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166CDA is #E99325. Grayscale: #5E5E5E. Windows color (decimal): -15307558 or 14314518. OLE color: 14314518.

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

Color convert

RGB 22 108 218 -
CMYK 0.90 0.50 0 0.15
HSL 213.67º 0.82% 0.47% -
HSV(B) 213.67º 0.9% 0.85% -
XYZ 18.35 15.96 68.44 -
YUV 94.83 197.51 76.06 -
System Red Green Blue C M Y K H S L
Decimal 22 108 218 0.90 0.50 0 0.15 213.67 0.82 0.47
Hex 16 6C DA 5A 32 0 F D6 52 2F
Octal 26 154 332 132 62 0 17 326 122 57
Binary 10110 1101100 11011010 1011010 110010 0 1111 11010110 1010010 101111

Color Harmonies of #166CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166CDA

Black with #166CDA

Text Example


Text Example

White with #166CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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