#073F5D

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

Shades of Prussian Blue #073F5D

Tints of Prussian Blue #073F5D

Color information

#073F5D (or 0x073F5D) is unknown color: approx Prussian Blue. HEX triplet: 07, 3F and 5D. RGB value is (7,63,93). Sum of RGB (Red+Green+Blue) = 7+63+93=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #073F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073F5D is #F8C0A2. Grayscale: #313131. Windows color (decimal): -16302243 or 6110983. OLE color: 6110983.

HSL color Cylindrical-coordinate representation of color #073F5D: hue angle of 200.93º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073F5D is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB76393-
CMYK0.920.3200.64
HSL200.93º86%19.61%-
HSV(B)200.93º92.47%36.47%-
XYZ3.844.3911-
YUV49.68152.4597.56-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.29%
GREEN value IS 63 (25% from 255) = 38.65%
BLUE value IS 93 (36.72% from 255) = 57.06%
R=4.29%
G=38.65%
B=57.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal763930.920.3200.64200.938619.61
Hex73F5D5C20040c95614
Octal77713513440010031112624
Binary111111111101110110111001000000100000011001001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,63,93); }

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

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

 a { background-color: rgb(7,63,93); }

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

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

 span { border-color: rgb(7,63,93); }

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