#073660

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

Shades of Prussian Blue #073660

Tints of Prussian Blue #073660

Color information

#073660 (or 0x073660) is unknown color: approx Prussian Blue. HEX triplet: 07, 36 and 60. RGB value is (7,54,96). Sum of RGB (Red+Green+Blue) = 7+54+96=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #073660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073660 is #F8C99F. Grayscale: #2C2C2C. Windows color (decimal): -16304544 or 6305287. OLE color: 6305287.

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

Color convert

RGB75496-
CMYK0.930.4400.62
HSL208.31º86.41%20.2%-
HSV(B)208.31º92.71%37.65%-
XYZ3.523.5311.56-
YUV44.74156.93101.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.46%
GREEN value IS 54 (21.48% from 255) = 34.39%
BLUE value IS 96 (37.89% from 255) = 61.15%
R=4.46%
G=34.39%
B=61.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal754960.930.4400.62208.3186.4120.2
Hex736605D2C03Ed05614
Octal7661401355407632012624
Binary11111011011000001011101101100011111011010000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073660; }

 p { color: rgb(7,54,96); }

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

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

 a { background-color: rgb(7,54,96); }

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

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

 span { border-color: rgb(7,54,96); }

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