#073C5A

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

Shades of Prussian Blue #073C5A

Tints of Prussian Blue #073C5A

Color information

#073C5A (or 0x073C5A) is unknown color: approx Prussian Blue. HEX triplet: 07, 3C and 5A. RGB value is (7,60,90). Sum of RGB (Red+Green+Blue) = 7+60+90=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #073C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073C5A is #F8C3A5. Grayscale: #2F2F2F. Windows color (decimal): -16303014 or 5913607. OLE color: 5913607.

HSL color Cylindrical-coordinate representation of color #073C5A: hue angle of 201.69º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073C5A is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB76090-
CMYK0.920.3300.65
HSL201.69º85.57%19.02%-
HSV(B)201.69º92.22%35.29%-
XYZ3.554.0210.26-
YUV47.57151.9499.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.46%
GREEN value IS 60 (23.83% from 255) = 38.22%
BLUE value IS 90 (35.55% from 255) = 57.32%
R=4.46%
G=38.22%
B=57.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal760900.920.3300.65201.6985.5719.02
Hex73C5A5C21041ca5613
Octal77413213441010131212623
Binary111111100101101010111001000010100000111001010101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073C5A; }

 p { color: rgb(7,60,90); }

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

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

 a { background-color: rgb(7,60,90); }

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

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

 span { border-color: rgb(7,60,90); }

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