#073953

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

Shades of Prussian Blue #073953

Tints of Prussian Blue #073953

Color information

#073953 (or 0x073953) is unknown color: approx Prussian Blue. HEX triplet: 07, 39 and 53. RGB value is (7,57,83). Sum of RGB (Red+Green+Blue) = 7+57+83=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #073953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073953 is #F8C6AC. Grayscale: #2C2C2C. Windows color (decimal): -16303789 or 5454087. OLE color: 5454087.

HSL color Cylindrical-coordinate representation of color #073953: hue angle of 200.53º 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 #073953 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB75783-
CMYK0.920.3100.67
HSL200.53º84.44%17.65%-
HSV(B)200.53º91.57%32.55%-
XYZ3.113.68.71-
YUV45.01149.44100.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.76%
GREEN value IS 57 (22.66% from 255) = 38.78%
BLUE value IS 83 (32.81% from 255) = 56.46%
R=4.76%
G=38.78%
B=56.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal757830.920.3100.67200.5384.4417.65
Hex739535C1F043c95412
Octal77112313437010331112422
Binary11111100110100111011100111110100001111001001101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073953; }

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

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

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

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

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

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

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

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