#073153

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

Shades of Prussian Blue #073153

Tints of Prussian Blue #073153

Color information

#073153 (or 0x073153) is unknown color: approx Prussian Blue. HEX triplet: 07, 31 and 53. RGB value is (7,49,83). Sum of RGB (Red+Green+Blue) = 7+49+83=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #073153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073153 is #F8CEAC. Grayscale: #282828. Windows color (decimal): -16305837 or 5452039. OLE color: 5452039.

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

Color convert

RGB74983-
CMYK0.920.4100.67
HSL206.84º84.44%17.65%-
HSV(B)206.84º91.57%32.55%-
XYZ2.752.878.59-
YUV40.32152.09104.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.04%
GREEN value IS 49 (19.53% from 255) = 35.25%
BLUE value IS 83 (32.81% from 255) = 59.71%
R=5.04%
G=35.25%
B=59.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal749830.920.4100.67206.8484.4417.65
Hex731535C29043cf5412
Octal76112313451010331712422
Binary111110001101001110111001010010100001111001111101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073153; }

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

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

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

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

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

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

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

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