Html Css Color HEX #167ECD Navy Blue

📋 copy color: '#167ECD'

red 22 ◦ green 126 ◦ blue 205

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

Shades of Navy Blue #167ECD

Tints of Navy Blue #167ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.07%

R = 6.23%
G = 35.69%
B = 58.07%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#167ECD (or 0x167ECD) is known color: Navy Blue. HEX triplet: 16, 7E and CD. RGB value is (22,126,205). Sum of RGB (Red+Green+Blue) = 22+126+205=353 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.23% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #167ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167ECD is #E98132. Grayscale: #676767. Windows color (decimal): -15302963 or 13467158. OLE color: 13467158.

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

Color convert

RGB 22 126 205 -
CMYK 0.89 0.39 0 0.20
HSL 205.9º 0.81% 0.45% -
HSV(B) 205.9º 0.89% 0.8% -
XYZ 18.81 19.5 60.53 -
YUV 103.91 185.04 69.58 -
System Red Green Blue C M Y K H S L
Decimal 22 126 205 0.89 0.39 0 0.20 205.9 0.81 0.45
Hex 16 7E CD 59 27 0 14 CE 51 2D
Octal 26 176 315 131 47 0 24 316 121 55
Binary 10110 1111110 11001101 1011001 100111 0 10100 11001110 1010001 101101

Color Harmonies of #167ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #167ECD

Black with #167ECD

Text Example


Text Example

White with #167ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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