Html Css Color HEX #166BDB Navy Blue

📋 copy color: '#166BDB'

red 22 ◦ green 107 ◦ blue 219

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

Shades of Navy Blue #166BDB

Tints of Navy Blue #166BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.75%

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

R = 6.32%
G = 30.75%
B = 62.93%

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

#166BDB (or 0x166BDB) is known color: Navy Blue. HEX triplet: 16, 6B and DB. RGB value is (22,107,219). Sum of RGB (Red+Green+Blue) = 22+107+219=348 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.32% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #166BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166BDB is #E99424. Grayscale: #5D5D5D. Windows color (decimal): -15307813 or 14379798. OLE color: 14379798.

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

Color convert

RGB 22 107 219 -
CMYK 0.90 0.51 0 0.14
HSL 214.11º 0.82% 0.47% -
HSV(B) 214.11º 0.9% 0.86% -
XYZ 18.37 15.8 69.1 -
YUV 94.35 198.34 76.39 -
System Red Green Blue C M Y K H S L
Decimal 22 107 219 0.90 0.51 0 0.14 214.11 0.82 0.47
Hex 16 6B DB 5A 33 0 E D6 52 2F
Octal 26 153 333 132 63 0 16 326 122 57
Binary 10110 1101011 11011011 1011010 110011 0 1110 11010110 1010010 101111

Color Harmonies of #166BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166BDB

Black with #166BDB

Text Example


Text Example

White with #166BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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