Html Css Color HEX #167ED4 Navy Blue

📋 copy color: '#167ED4'

red 22 ◦ green 126 ◦ blue 212

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

Shades of Navy Blue #167ED4

Tints of Navy Blue #167ED4

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35%

 BLUE value IS 212 (83.2% from 255) = 58.89%

R = 6.11%
G = 35%
B = 58.89%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#167ED4 (or 0x167ED4) is known color: Navy Blue. HEX triplet: 16, 7E and D4. RGB value is (22,126,212). Sum of RGB (Red+Green+Blue) = 22+126+212=360 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.11% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 212 (83.20% from 255 or 58.89% from 360); Max value from RGB is 212 - color contains mainly: blue. Hex color #167ED4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167ED4 is #E9812B. Grayscale: #686868. Windows color (decimal): -15302956 or 13925910. OLE color: 13925910.

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

Color convert

RGB 22 126 212 -
CMYK 0.90 0.41 0 0.17
HSL 207.16º 0.81% 0.46% -
HSV(B) 207.16º 0.9% 0.83% -
XYZ 19.68 19.85 65.08 -
YUV 104.71 188.54 69.01 -
System Red Green Blue C M Y K H S L
Decimal 22 126 212 0.90 0.41 0 0.17 207.16 0.81 0.46
Hex 16 7E D4 5A 29 0 11 CF 51 2E
Octal 26 176 324 132 51 0 21 317 121 56
Binary 10110 1111110 11010100 1011010 101001 0 10001 11001111 1010001 101110

Color Harmonies of #167ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #167ED4

Black with #167ED4

Text Example


Text Example

White with #167ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,126,212); }

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

background-color css

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

 a { background-color: rgb(22,126,212); }

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

border-color css

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

 span { border-color: rgb(22,126,212); }

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