#073A66

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

Shades of Prussian Blue #073A66

Tints of Prussian Blue #073A66

Color information

#073A66 (or 0x073A66) is unknown color: approx Prussian Blue. HEX triplet: 07, 3A and 66. RGB value is (7,58,102). Sum of RGB (Red+Green+Blue) = 7+58+102=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 102 (40.23% from 255 or 61.08% from 167); Max value from RGB is 102 - color contains mainly: blue. Hex color #073A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073A66 is #F8C599. Grayscale: #2F2F2F. Windows color (decimal): -16303514 or 6699527. OLE color: 6699527.

HSL color Cylindrical-coordinate representation of color #073A66: hue angle of 207.79º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073A66 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB758102-
CMYK0.930.4300.6
HSL207.79º87.16%21.37%-
HSV(B)207.79º93.14%40%-
XYZ44.0313.14-
YUV47.77158.698.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.19%
GREEN value IS 58 (23.05% from 255) = 34.73%
BLUE value IS 102 (40.23% from 255) = 61.08%
R=4.19%
G=34.73%
B=61.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7581020.930.4300.6207.7987.1621.37
Hex73A665D2B03Cd05715
Octal7721461355307432012725
Binary11111101011001101011101101011011110011010000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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