#073D66

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

Shades of Prussian Blue #073D66

Tints of Prussian Blue #073D66

Color information

#073D66 (or 0x073D66) is unknown color: approx Prussian Blue. HEX triplet: 07, 3D and 66. RGB value is (7,61,102). Sum of RGB (Red+Green+Blue) = 7+61+102=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 102 (40.23% from 255 or 60% from 170); Max value from RGB is 102 - color contains mainly: blue. Hex color #073D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073D66 is #F8C299. Grayscale: #313131. Windows color (decimal): -16302746 or 6700295. OLE color: 6700295.

HSL color Cylindrical-coordinate representation of color #073D66: hue angle of 205.89º 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 #073D66 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB761102-
CMYK0.930.4000.6
HSL205.89º87.16%21.37%-
HSV(B)205.89º93.14%40%-
XYZ4.154.3413.19-
YUV49.53157.6197.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.12%
GREEN value IS 61 (24.22% from 255) = 35.88%
BLUE value IS 102 (40.23% from 255) = 60%
R=4.12%
G=35.88%
B=60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7611020.930.4000.6205.8987.1621.37
Hex73D665D2803Cce5715
Octal7751461355007431612725
Binary11111110111001101011101101000011110011001110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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