#073C5F

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

Shades of Prussian Blue #073C5F

Tints of Prussian Blue #073C5F

Color information

#073C5F (or 0x073C5F) is unknown color: approx Prussian Blue. HEX triplet: 07, 3C and 5F. RGB value is (7,60,95). Sum of RGB (Red+Green+Blue) = 7+60+95=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 95 (37.5% from 255 or 58.64% from 162); Max value from RGB is 95 - color contains mainly: blue. Hex color #073C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073C5F is #F8C3A0. Grayscale: #2F2F2F. Windows color (decimal): -16303009 or 6241287. OLE color: 6241287.

HSL color Cylindrical-coordinate representation of color #073C5F: hue angle of 203.86º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073C5F is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB76095-
CMYK0.930.3700.63
HSL203.86º86.27%20%-
HSV(B)203.86º92.63%37.25%-
XYZ3.774.111.42-
YUV48.14154.4498.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.32%
GREEN value IS 60 (23.83% from 255) = 37.04%
BLUE value IS 95 (37.5% from 255) = 58.64%
R=4.32%
G=37.04%
B=58.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal760950.930.3700.63203.8686.2720
Hex73C5F5D2503Fcc5614
Octal7741371354507731412624
Binary11111110010111111011101100101011111111001100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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