Html Css Color HEX #167ECC Navy Blue

📋 copy color: '#167ECC'

red 22 ◦ green 126 ◦ blue 204

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

Shades of Navy Blue #167ECC

Tints of Navy Blue #167ECC

RGB

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

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

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

R = 6.25%
G = 35.8%
B = 57.95%

CMYK

 C value IS 0.89

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#167ECC (or 0x167ECC) is known color: Navy Blue. HEX triplet: 16, 7E and CC. RGB value is (22,126,204). Sum of RGB (Red+Green+Blue) = 22+126+204=352 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.25% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #167ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167ECC is #E98133. Grayscale: #676767. Windows color (decimal): -15302964 or 13401622. OLE color: 13401622.

HSL color Cylindrical-coordinate representation of color #167ECC: hue angle of 205.71º 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 #167ECC is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 22 126 204 -
CMYK 0.89 0.38 0 0.2
HSL 205.71º 0.81% 0.44% -
HSV(B) 205.71º 0.89% 0.8% -
XYZ 18.69 19.45 59.9 -
YUV 103.8 184.54 69.66 -
System Red Green Blue C M Y K H S L
Decimal 22 126 204 0.89 0.38 0 0.2 205.71 0.81 0.44
Hex 16 7E CC 59 26 0 14 CE 51 2C
Octal 26 176 314 131 46 0 24 316 121 54
Binary 10110 1111110 11001100 1011001 100110 0 10100 11001110 1010001 101100

Color Harmonies of #167ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #167ECC

Black with #167ECC

Text Example


Text Example

White with #167ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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