#050167

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

Shades of Navy #050167

Tints of Navy #050167

Color information

#050167 (or 0x050167) is unknown color: approx Navy. HEX triplet: 05, 01 and 67. RGB value is (5,1,103). Sum of RGB (Red+Green+Blue) = 5+1+103=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 103 (40.62% from 255 or 94.50% from 109); Max value from RGB is 103 - color contains mainly: blue. Hex color #050167 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050167 is #FAFE98. Grayscale: #0D0D0D. Windows color (decimal): -16449177 or 6750469. OLE color: 6750469.

HSL color Cylindrical-coordinate representation of color #050167: hue angle of 242.35º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #050167 is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB51103-
CMYK0.950.9900.60
HSL242.35º98.08%20.39%-
HSV(B)242.35º99.03%40.39%-
XYZ2.521.0312.9-
YUV13.82178.33121.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 103 (40.62% from 255) = 94.50%
R=4.59%
G=0.92%
B=94.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal511030.950.9900.60242.3598.0820.39
Hex51675F6303Cf26214
Octal5114713714307436214224
Binary1011110011110111111100011011110011110010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050167; }

 p { color: rgb(5,1,103); }

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

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

 a { background-color: rgb(5,1,103); }

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

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

 span { border-color: rgb(5,1,103); }

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