#073353

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

Shades of Prussian Blue #073353

Tints of Prussian Blue #073353

Color information

#073353 (or 0x073353) is unknown color: approx Prussian Blue. HEX triplet: 07, 33 and 53. RGB value is (7,51,83). Sum of RGB (Red+Green+Blue) = 7+51+83=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #073353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073353 is #F8CCAC. Grayscale: #292929. Windows color (decimal): -16305325 or 5452551. OLE color: 5452551.

HSL color Cylindrical-coordinate representation of color #073353: hue angle of 205.26º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073353 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB75183-
CMYK0.920.3900.67
HSL205.26º84.44%17.65%-
HSV(B)205.26º91.57%32.55%-
XYZ2.833.048.62-
YUV41.49151.42103.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 51 (20.31% from 255) = 36.17%
BLUE value IS 83 (32.81% from 255) = 58.87%
R=4.96%
G=36.17%
B=58.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal751830.920.3900.67205.2684.4417.65
Hex733535C27043cd5412
Octal76312313447010331512422
Binary111110011101001110111001001110100001111001101101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073353; }

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

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

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

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

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

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

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

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