Html Css Color HEX #166CDE Navy Blue

📋 copy color: '#166CDE'

red 22 ◦ green 108 ◦ blue 222

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

Shades of Navy Blue #166CDE

Tints of Navy Blue #166CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.07%

R = 6.25%
G = 30.68%
B = 63.07%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#166CDE (or 0x166CDE) is known color: Navy Blue. HEX triplet: 16, 6C and DE. RGB value is (22,108,222). Sum of RGB (Red+Green+Blue) = 22+108+222=352 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.25% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 222 (87.11% from 255 or 63.07% from 352); Max value from RGB is 222 - color contains mainly: blue. Hex color #166CDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166CDE is #E99321. Grayscale: #5E5E5E. Windows color (decimal): -15307554 or 14576662. OLE color: 14576662.

HSL color Cylindrical-coordinate representation of color #166CDE: hue angle of 214.2º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #166CDE is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 108 222 -
CMYK 0.90 0.51 0 0.13
HSL 214.2º 0.82% 0.48% -
HSV(B) 214.2º 0.9% 0.87% -
XYZ 18.88 16.17 71.23 -
YUV 95.28 199.51 75.73 -
System Red Green Blue C M Y K H S L
Decimal 22 108 222 0.90 0.51 0 0.13 214.2 0.82 0.48
Hex 16 6C DE 5A 33 0 D D6 52 30
Octal 26 154 336 132 63 0 15 326 122 60
Binary 10110 1101100 11011110 1011010 110011 0 1101 11010110 1010010 110000

Color Harmonies of #166CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166CDE

Black with #166CDE

Text Example


Text Example

White with #166CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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