Html Css Color HEX #166CDB Navy Blue

📋 copy color: '#166CDB'

red 22 ◦ green 108 ◦ blue 219

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

Shades of Navy Blue #166CDB

Tints of Navy Blue #166CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.75%

R = 6.3%
G = 30.95%
B = 62.75%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#166CDB (or 0x166CDB) is known color: Navy Blue. HEX triplet: 16, 6C and DB. RGB value is (22,108,219). Sum of RGB (Red+Green+Blue) = 22+108+219=349 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.30% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #166CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166CDB is #E99324. Grayscale: #5E5E5E. Windows color (decimal): -15307557 or 14380054. OLE color: 14380054.

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

Color convert

RGB 22 108 219 -
CMYK 0.90 0.51 0 0.14
HSL 213.81º 0.82% 0.47% -
HSV(B) 213.81º 0.9% 0.86% -
XYZ 18.48 16.01 69.13 -
YUV 94.94 198.01 75.97 -
System Red Green Blue C M Y K H S L
Decimal 22 108 219 0.90 0.51 0 0.14 213.81 0.82 0.47
Hex 16 6C DB 5A 33 0 E D6 52 2F
Octal 26 154 333 132 63 0 16 326 122 57
Binary 10110 1101100 11011011 1011010 110011 0 1110 11010110 1010010 101111

Color Harmonies of #166CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166CDB

Black with #166CDB

Text Example


Text Example

White with #166CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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