#073966

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

Shades of Prussian Blue #073966

Tints of Prussian Blue #073966

Color information

#073966 (or 0x073966) is unknown color: approx Prussian Blue. HEX triplet: 07, 39 and 66. RGB value is (7,57,102). Sum of RGB (Red+Green+Blue) = 7+57+102=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 102 (40.23% from 255 or 61.45% from 166); Max value from RGB is 102 - color contains mainly: blue. Hex color #073966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073966 is #F8C699. Grayscale: #2E2E2E. Windows color (decimal): -16303770 or 6699271. OLE color: 6699271.

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

Color convert

RGB757102-
CMYK0.930.4400.6
HSL208.42º87.16%21.37%-
HSV(B)208.42º93.14%40%-
XYZ3.953.9313.12-
YUV47.18158.9499.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.22%
GREEN value IS 57 (22.66% from 255) = 34.34%
BLUE value IS 102 (40.23% from 255) = 61.45%
R=4.22%
G=34.34%
B=61.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7571020.930.4400.6208.4287.1621.37
Hex739665D2C03Cd05715
Octal7711461355407432012725
Binary11111100111001101011101101100011110011010000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073966; }

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

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

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

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

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

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

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

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