Html Css Color HEX #167ACC Navy Blue

📋 copy color: '#167ACC'

red 22 ◦ green 122 ◦ blue 204

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

Shades of Navy Blue #167ACC

Tints of Navy Blue #167ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.62%

R = 6.32%
G = 35.06%
B = 58.62%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#167ACC (or 0x167ACC) is known color: Navy Blue. HEX triplet: 16, 7A and CC. RGB value is (22,122,204). Sum of RGB (Red+Green+Blue) = 22+122+204=348 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.32% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #167ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167ACC is #E98533. Grayscale: #656565. Windows color (decimal): -15303988 or 13400598. OLE color: 13400598.

HSL color Cylindrical-coordinate representation of color #167ACC: hue angle of 207.03º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #167ACC is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 22 122 204 -
CMYK 0.89 0.40 0 0.2
HSL 207.03º 0.81% 0.44% -
HSV(B) 207.03º 0.89% 0.8% -
XYZ 18.19 18.45 59.73 -
YUV 101.45 185.87 71.33 -
System Red Green Blue C M Y K H S L
Decimal 22 122 204 0.89 0.40 0 0.2 207.03 0.81 0.44
Hex 16 7A CC 59 28 0 14 CF 51 2C
Octal 26 172 314 131 50 0 24 317 121 54
Binary 10110 1111010 11001100 1011001 101000 0 10100 11001111 1010001 101100

Color Harmonies of #167ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #167ACC

Black with #167ACC

Text Example


Text Example

White with #167ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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