#073D6E

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

Shades of Prussian Blue #073D6E

Tints of Prussian Blue #073D6E

Color information

#073D6E (or 0x073D6E) is unknown color: approx Prussian Blue. HEX triplet: 07, 3D and 6E. RGB value is (7,61,110). Sum of RGB (Red+Green+Blue) = 7+61+110=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 110 (43.36% from 255 or 61.80% from 178); Max value from RGB is 110 - color contains mainly: blue. Hex color #073D6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073D6E is #F8C291. Grayscale: #323232. Windows color (decimal): -16302738 or 7224583. OLE color: 7224583.

HSL color Cylindrical-coordinate representation of color #073D6E: hue angle of 208.54º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073D6E is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB761110-
CMYK0.940.4500.57
HSL208.54º88.03%22.94%-
HSV(B)208.54º93.64%43.14%-
XYZ4.574.5115.38-
YUV50.44161.6197.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.93%
GREEN value IS 61 (24.22% from 255) = 34.27%
BLUE value IS 110 (43.36% from 255) = 61.80%
R=3.93%
G=34.27%
B=61.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7611100.940.4500.57208.5488.0322.94
Hex73D6E5E2D039d15817
Octal7751561365507132113027
Binary11111110111011101011110101101011100111010001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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