#073052

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

Shades of Prussian Blue #073052

Tints of Prussian Blue #073052

Color information

#073052 (or 0x073052) is unknown color: approx Prussian Blue. HEX triplet: 07, 30 and 52. RGB value is (7,48,82). Sum of RGB (Red+Green+Blue) = 7+48+82=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 82 (32.42% from 255 or 59.85% from 137); Max value from RGB is 82 - color contains mainly: blue. Hex color #073052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073052 is #F8CFAD. Grayscale: #272727. Windows color (decimal): -16306094 or 5386247. OLE color: 5386247.

HSL color Cylindrical-coordinate representation of color #073052: hue angle of 207.2º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #073052 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB74882-
CMYK0.910.4100.68
HSL207.2º84.27%17.45%-
HSV(B)207.2º91.46%32.16%-
XYZ2.672.778.38-
YUV39.62151.92104.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.11%
GREEN value IS 48 (19.14% from 255) = 35.04%
BLUE value IS 82 (32.42% from 255) = 59.85%
R=5.11%
G=35.04%
B=59.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal748820.910.4100.68207.284.2717.45
Hex730525B29044cf5411
Octal76012213351010431712421
Binary111110000101001010110111010010100010011001111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073052; }

 p { color: rgb(7,48,82); }

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

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

 a { background-color: rgb(7,48,82); }

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

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

 span { border-color: rgb(7,48,82); }

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