#073053

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

Shades of Prussian Blue #073053

Tints of Prussian Blue #073053

Color information

#073053 (or 0x073053) is unknown color: approx Prussian Blue. HEX triplet: 07, 30 and 53. RGB value is (7,48,83). Sum of RGB (Red+Green+Blue) = 7+48+83=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #073053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073053 is #F8CFAC. Grayscale: #272727. Windows color (decimal): -16306093 or 5451783. OLE color: 5451783.

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

Color convert

RGB74883-
CMYK0.920.4200.67
HSL207.63º84.44%17.65%-
HSV(B)207.63º91.57%32.55%-
XYZ2.712.788.58-
YUV39.73152.42104.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.07%
GREEN value IS 48 (19.14% from 255) = 34.78%
BLUE value IS 83 (32.81% from 255) = 60.14%
R=5.07%
G=34.78%
B=60.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal748830.920.4200.67207.6384.4417.65
Hex730535C2A043d05412
Octal76012313452010332012422
Binary111110000101001110111001010100100001111010000101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073053; }

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

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

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

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

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

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

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

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