Html Css Color HEX #167DCC Navy Blue

📋 copy color: '#167DCC'

red 22 ◦ green 125 ◦ blue 204

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

Shades of Navy Blue #167DCC

Tints of Navy Blue #167DCC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.61%

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

R = 6.27%
G = 35.61%
B = 58.12%

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

#167DCC (or 0x167DCC) is known color: Navy Blue. HEX triplet: 16, 7D and CC. RGB value is (22,125,204). Sum of RGB (Red+Green+Blue) = 22+125+204=351 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.27% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #167DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167DCC is #E98233. Grayscale: #666666. Windows color (decimal): -15303220 or 13401366. OLE color: 13401366.

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

Color convert

RGB 22 125 204 -
CMYK 0.89 0.39 0 0.2
HSL 206.04º 0.81% 0.44% -
HSV(B) 206.04º 0.89% 0.8% -
XYZ 18.56 19.2 59.85 -
YUV 103.21 184.88 70.08 -
System Red Green Blue C M Y K H S L
Decimal 22 125 204 0.89 0.39 0 0.2 206.04 0.81 0.44
Hex 16 7D CC 59 27 0 14 CE 51 2C
Octal 26 175 314 131 47 0 24 316 121 54
Binary 10110 1111101 11001100 1011001 100111 0 10100 11001110 1010001 101100

Color Harmonies of #167DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #167DCC

Black with #167DCC

Text Example


Text Example

White with #167DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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