#073050

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

Shades of Prussian Blue #073050

Tints of Prussian Blue #073050

Color information

#073050 (or 0x073050) is unknown color: approx Prussian Blue. HEX triplet: 07, 30 and 50. RGB value is (7,48,80). Sum of RGB (Red+Green+Blue) = 7+48+80=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #073050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073050 is #F8CFAF. Grayscale: #272727. Windows color (decimal): -16306096 or 5255175. OLE color: 5255175.

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

Color convert

RGB74880-
CMYK0.910.4000.69
HSL206.3º83.91%17.06%-
HSV(B)206.3º91.25%31.37%-
XYZ2.592.747.98-
YUV39.39150.92104.9-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.19%
GREEN value IS 48 (19.14% from 255) = 35.56%
BLUE value IS 80 (31.64% from 255) = 59.26%
R=5.19%
G=35.56%
B=59.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal748800.910.4000.69206.383.9117.06
Hex730505B28045ce5411
Octal76012013350010531612421
Binary111110000101000010110111010000100010111001110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073050; }

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

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

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

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

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

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

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

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