Html Css Color HEX #167AD5 Navy Blue

📋 copy color: '#167AD5'

red 22 ◦ green 122 ◦ blue 213

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

Shades of Navy Blue #167AD5

Tints of Navy Blue #167AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 59.66%

R = 6.16%
G = 34.17%
B = 59.66%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#167AD5 (or 0x167AD5) is known color: Navy Blue. HEX triplet: 16, 7A and D5. RGB value is (22,122,213). Sum of RGB (Red+Green+Blue) = 22+122+213=357 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.16% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 213 (83.59% from 255 or 59.66% from 357); Max value from RGB is 213 - color contains mainly: blue. Hex color #167AD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167AD5 is #E9852A. Grayscale: #666666. Windows color (decimal): -15303979 or 13990422. OLE color: 13990422.

HSL color Cylindrical-coordinate representation of color #167AD5: hue angle of 208.59º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #167AD5 is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 22 122 213 -
CMYK 0.90 0.43 0 0.16
HSL 208.59º 0.81% 0.46% -
HSV(B) 208.59º 0.9% 0.84% -
XYZ 19.3 18.89 65.58 -
YUV 102.47 190.37 70.6 -
System Red Green Blue C M Y K H S L
Decimal 22 122 213 0.90 0.43 0 0.16 208.59 0.81 0.46
Hex 16 7A D5 5A 2B 0 10 D1 51 2E
Octal 26 172 325 132 53 0 20 321 121 56
Binary 10110 1111010 11010101 1011010 101011 0 10000 11010001 1010001 101110

Color Harmonies of #167AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #167AD5

Black with #167AD5

Text Example


Text Example

White with #167AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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