Html Css Color HEX #167CCC Navy Blue

📋 copy color: '#167CCC'

red 22 ◦ green 124 ◦ blue 204

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

Shades of Navy Blue #167CCC

Tints of Navy Blue #167CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.43%

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

R = 6.29%
G = 35.43%
B = 58.29%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#167CCC (or 0x167CCC) is known color: Navy Blue. HEX triplet: 16, 7C and CC. RGB value is (22,124,204). Sum of RGB (Red+Green+Blue) = 22+124+204=350 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.29% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #167CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167CCC is #E98333. Grayscale: #666666. Windows color (decimal): -15303476 or 13401110. OLE color: 13401110.

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

Color convert

RGB 22 124 204 -
CMYK 0.89 0.39 0 0.2
HSL 206.37º 0.81% 0.44% -
HSV(B) 206.37º 0.89% 0.8% -
XYZ 18.44 18.95 59.81 -
YUV 102.62 185.21 70.5 -
System Red Green Blue C M Y K H S L
Decimal 22 124 204 0.89 0.39 0 0.2 206.37 0.81 0.44
Hex 16 7C CC 59 27 0 14 CE 51 2C
Octal 26 174 314 131 47 0 24 316 121 54
Binary 10110 1111100 11001100 1011001 100111 0 10100 11001110 1010001 101100

Color Harmonies of #167CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #167CCC

Black with #167CCC

Text Example


Text Example

White with #167CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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