#167dd1

Color #167DD1 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #167DD1

Tints of Navy Blue #167DD1

Color information

#167DD1 (or 0x167DD1) is unknown color: approx Navy Blue. HEX triplet: 16, 7D and D1. RGB value is (22,125,209). Sum of RGB (Red+Green+Blue) = 22+125+209=356 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.18% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 209 (82.03% from 255 or 58.71% from 356); Max value from RGB is 209 - color contains mainly: blue. Hex color #167DD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167DD1 is #E9822E. Grayscale: #676767. Windows color (decimal): -15303215 or 13729046. OLE color: 13729046.

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

Color convert

RGB22125209-
CMYK0.890.4000.18
HSL206.95º80.95%45.29%-
HSV(B)206.95º89.47%81.96%-
XYZ19.1719.4463.06-
YUV103.78187.3869.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.18%
GREEN value IS 125 (49.22% from 255) = 35.11%
BLUE value IS 209 (82.03% from 255) = 58.71%
R=6.18%
G=35.11%
B=58.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal221252090.890.4000.18206.9580.9545.29
Hex167DD15928012cf512d
Octal261753211315002231712155
Binary101101111101110100011011001101000010010110011111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167dd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #167dd1;
 }
 .AnyTagClassName
 {
   color: #167dd1;
 }
</style>
background-color css

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

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

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

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

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

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