#073D6A

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

Shades of Prussian Blue #073D6A

Tints of Prussian Blue #073D6A

Color information

#073D6A (or 0x073D6A) is unknown color: approx Prussian Blue. HEX triplet: 07, 3D and 6A. RGB value is (7,61,106). Sum of RGB (Red+Green+Blue) = 7+61+106=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 106 (41.80% from 255 or 60.92% from 174); Max value from RGB is 106 - color contains mainly: blue. Hex color #073D6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073D6A is #F8C295. Grayscale: #313131. Windows color (decimal): -16302742 or 6962439. OLE color: 6962439.

HSL color Cylindrical-coordinate representation of color #073D6A: hue angle of 207.27º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073D6A is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB761106-
CMYK0.930.4200.58
HSL207.27º87.61%22.16%-
HSV(B)207.27º93.4%41.57%-
XYZ4.364.4214.26-
YUV49.98159.6197.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.02%
GREEN value IS 61 (24.22% from 255) = 35.06%
BLUE value IS 106 (41.80% from 255) = 60.92%
R=4.02%
G=35.06%
B=60.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7611060.930.4200.58207.2787.6122.16
Hex73D6A5D2A03Acf5816
Octal7751521355207231713026
Binary11111110111010101011101101010011101011001111101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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