#167CD0

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

Shades of Navy Blue #167CD0

Tints of Navy Blue #167CD0

Color information

#167CD0 (or 0x167CD0) is unknown color: approx Navy Blue. HEX triplet: 16, 7C and D0. RGB value is (22,124,208). Sum of RGB (Red+Green+Blue) = 22+124+208=354 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.21% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 208 (81.64% from 255 or 58.76% from 354); Max value from RGB is 208 - color contains mainly: blue. Hex color #167CD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167CD0 is #E9832F. Grayscale: #666666. Windows color (decimal): -15303472 or 13663254. OLE color: 13663254.

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

Color convert

RGB22124208-
CMYK0.890.4000.18
HSL207.1º80.87%45.1%-
HSV(B)207.1º89.42%81.57%-
XYZ18.9219.1462.37-
YUV103.08187.2170.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.21%
GREEN value IS 124 (48.83% from 255) = 35.03%
BLUE value IS 208 (81.64% from 255) = 58.76%
R=6.21%
G=35.03%
B=58.76%

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
Decimal221242080.890.4000.18207.180.8745.1
Hex167CD05928012cf512d
Octal261743201315002231712155
Binary101101111100110100001011001101000010010110011111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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