#073363

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

Shades of Prussian Blue #073363

Tints of Prussian Blue #073363

Color information

#073363 (or 0x073363) is unknown color: approx Prussian Blue. HEX triplet: 07, 33 and 63. RGB value is (7,51,99). Sum of RGB (Red+Green+Blue) = 7+51+99=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #073363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073363 is #F8CC9C. Grayscale: #2B2B2B. Windows color (decimal): -16305309 or 6501127. OLE color: 6501127.

HSL color Cylindrical-coordinate representation of color #073363: hue angle of 211.3º 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 #073363 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB75199-
CMYK0.930.4800.61
HSL211.3º86.79%20.78%-
HSV(B)211.3º92.93%38.82%-
XYZ3.523.3112.26-
YUV43.32159.42102.1-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.46%
GREEN value IS 51 (20.31% from 255) = 32.48%
BLUE value IS 99 (39.06% from 255) = 63.06%
R=4.46%
G=32.48%
B=63.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal751990.930.4800.61211.386.7920.78
Hex733635D3003Dd35715
Octal7631431356007532312725
Binary11111001111000111011101110000011110111010011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073363; }

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

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

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

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

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

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

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

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