#073A61

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

Shades of Prussian Blue #073A61

Tints of Prussian Blue #073A61

Color information

#073A61 (or 0x073A61) is unknown color: approx Prussian Blue. HEX triplet: 07, 3A and 61. RGB value is (7,58,97). Sum of RGB (Red+Green+Blue) = 7+58+97=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 97 (38.28% from 255 or 59.88% from 162); Max value from RGB is 97 - color contains mainly: blue. Hex color #073A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073A61 is #F8C59E. Grayscale: #2E2E2E. Windows color (decimal): -16303519 or 6371847. OLE color: 6371847.

HSL color Cylindrical-coordinate representation of color #073A61: hue angle of 206º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073A61 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB75897-
CMYK0.930.4000.62
HSL206º86.54%20.39%-
HSV(B)206º92.78%38.04%-
XYZ3.763.9311.87-
YUV47.2156.199.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.32%
GREEN value IS 58 (23.05% from 255) = 35.80%
BLUE value IS 97 (38.28% from 255) = 59.88%
R=4.32%
G=35.80%
B=59.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal758970.930.4000.6220686.5420.39
Hex73A615D2803Ece5714
Octal7721411355007631612724
Binary11111101011000011011101101000011111011001110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,58,97); }

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

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

 a { background-color: rgb(7,58,97); }

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

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

 span { border-color: rgb(7,58,97); }

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