Html Css Color HEX #166ED3 Navy Blue

📋 copy color: '#166ED3'

red 22 ◦ green 110 ◦ blue 211

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

Shades of Navy Blue #166ED3

Tints of Navy Blue #166ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 61.52%

R = 6.41%
G = 32.07%
B = 61.52%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#166ED3 (or 0x166ED3) is known color: Navy Blue. HEX triplet: 16, 6E and D3. RGB value is (22,110,211). Sum of RGB (Red+Green+Blue) = 22+110+211=343 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.41% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 211 (82.81% from 255 or 61.52% from 343); Max value from RGB is 211 - color contains mainly: blue. Hex color #166ED3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166ED3 is #E9912C. Grayscale: #5E5E5E. Windows color (decimal): -15307053 or 13856278. OLE color: 13856278.

HSL color Cylindrical-coordinate representation of color #166ED3: hue angle of 212.06º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #166ED3 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 22 110 211 -
CMYK 0.90 0.48 0 0.17
HSL 212.06º 0.81% 0.46% -
HSV(B) 212.06º 0.9% 0.83% -
XYZ 17.66 16.03 63.79 -
YUV 95.2 193.35 75.79 -
System Red Green Blue C M Y K H S L
Decimal 22 110 211 0.90 0.48 0 0.17 212.06 0.81 0.46
Hex 16 6E D3 5A 30 0 11 D4 51 2E
Octal 26 156 323 132 60 0 21 324 121 56
Binary 10110 1101110 11010011 1011010 110000 0 10001 11010100 1010001 101110

Color Harmonies of #166ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166ED3

Black with #166ED3

Text Example


Text Example

White with #166ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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