Html Css Color HEX #167ACE Navy Blue

📋 copy color: '#167ACE'

red 22 ◦ green 122 ◦ blue 206

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

Shades of Navy Blue #167ACE

Tints of Navy Blue #167ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.86%

R = 6.29%
G = 34.86%
B = 58.86%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#167ACE (or 0x167ACE) is known color: Navy Blue. HEX triplet: 16, 7A and CE. RGB value is (22,122,206). Sum of RGB (Red+Green+Blue) = 22+122+206=350 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.29% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #167ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167ACE is #E98531. Grayscale: #656565. Windows color (decimal): -15303986 or 13531670. OLE color: 13531670.

HSL color Cylindrical-coordinate representation of color #167ACE: hue angle of 207.39º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #167ACE is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 22 122 206 -
CMYK 0.89 0.41 0 0.19
HSL 207.39º 0.81% 0.45% -
HSV(B) 207.39º 0.89% 0.81% -
XYZ 18.43 18.55 61 -
YUV 101.68 186.87 71.17 -
System Red Green Blue C M Y K H S L
Decimal 22 122 206 0.89 0.41 0 0.19 207.39 0.81 0.45
Hex 16 7A CE 59 29 0 13 CF 51 2D
Octal 26 172 316 131 51 0 23 317 121 55
Binary 10110 1111010 11001110 1011001 101001 0 10011 11001111 1010001 101101

Color Harmonies of #167ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #167ACE

Black with #167ACE

Text Example


Text Example

White with #167ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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