#073163

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

Shades of Prussian Blue #073163

Tints of Prussian Blue #073163

Color information

#073163 (or 0x073163) is unknown color: approx Prussian Blue. HEX triplet: 07, 31 and 63. RGB value is (7,49,99). Sum of RGB (Red+Green+Blue) = 7+49+99=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 99 (39.06% from 255 or 63.87% from 155); Max value from RGB is 99 - color contains mainly: blue. Hex color #073163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073163 is #F8CE9C. Grayscale: #292929. Windows color (decimal): -16305821 or 6500615. OLE color: 6500615.

HSL color Cylindrical-coordinate representation of color #073163: hue angle of 212.61º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073163 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB74999-
CMYK0.930.5100.61
HSL212.61º86.79%20.78%-
HSV(B)212.61º92.93%38.82%-
XYZ3.443.1412.23-
YUV42.14160.09102.93-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.52%
GREEN value IS 49 (19.53% from 255) = 31.61%
BLUE value IS 99 (39.06% from 255) = 63.87%
R=4.52%
G=31.61%
B=63.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal749990.930.5100.61212.6186.7920.78
Hex731635D3303Dd55715
Octal7611431356307532512725
Binary11111000111000111011101110011011110111010101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073163; }

 p { color: rgb(7,49,99); }

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

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

 a { background-color: rgb(7,49,99); }

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

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

 span { border-color: rgb(7,49,99); }

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