#073D5D

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

Shades of Prussian Blue #073D5D

Tints of Prussian Blue #073D5D

Color information

#073D5D (or 0x073D5D) is unknown color: approx Prussian Blue. HEX triplet: 07, 3D and 5D. RGB value is (7,61,93). Sum of RGB (Red+Green+Blue) = 7+61+93=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #073D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073D5D is #F8C2A2. Grayscale: #303030. Windows color (decimal): -16302755 or 6110471. OLE color: 6110471.

HSL color Cylindrical-coordinate representation of color #073D5D: hue angle of 202.33º 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 #073D5D is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB76193-
CMYK0.920.3400.64
HSL202.33º86%19.61%-
HSV(B)202.33º92.47%36.47%-
XYZ3.734.1710.96-
YUV48.5153.1198.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.35%
GREEN value IS 61 (24.22% from 255) = 37.89%
BLUE value IS 93 (36.72% from 255) = 57.76%
R=4.35%
G=37.89%
B=57.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal761930.920.3400.64202.338619.61
Hex73D5D5C22040ca5614
Octal77513513442010031212624
Binary111111101101110110111001000100100000011001010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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