Html Css Color HEX #167ADB Navy Blue

📋 copy color: '#167ADB'

red 22 ◦ green 122 ◦ blue 219

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

Shades of Navy Blue #167ADB

Tints of Navy Blue #167ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.61%

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

R = 6.06%
G = 33.61%
B = 60.33%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#167ADB (or 0x167ADB) is known color: Navy Blue. HEX triplet: 16, 7A and DB. RGB value is (22,122,219). Sum of RGB (Red+Green+Blue) = 22+122+219=363 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.06% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #167ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167ADB is #E98524. Grayscale: #666666. Windows color (decimal): -15303973 or 14383638. OLE color: 14383638.

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

Color convert

RGB 22 122 219 -
CMYK 0.90 0.44 0 0.14
HSL 209.54º 0.82% 0.47% -
HSV(B) 209.54º 0.9% 0.86% -
XYZ 20.08 19.2 69.67 -
YUV 103.16 193.37 70.11 -
System Red Green Blue C M Y K H S L
Decimal 22 122 219 0.90 0.44 0 0.14 209.54 0.82 0.47
Hex 16 7A DB 5A 2C 0 E D2 52 2F
Octal 26 172 333 132 54 0 16 322 122 57
Binary 10110 1111010 11011011 1011010 101100 0 1110 11010010 1010010 101111

Color Harmonies of #167ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #167ADB

Black with #167ADB

Text Example


Text Example

White with #167ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #167ADB; }

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

 H1.HeaderClassName
 {
   color: #167ADB;
 }
 .AnyTagClassName
 {
   color: #167ADB;
 }
</style>

background-color css

<style>
 a { background-color: #167ADB; }

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

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

border-color css

<style>
 span { border-color: #167ADB; }

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

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