#073760

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

Shades of Prussian Blue #073760

Tints of Prussian Blue #073760

Color information

#073760 (or 0x073760) is unknown color: approx Prussian Blue. HEX triplet: 07, 37 and 60. RGB value is (7,55,96). Sum of RGB (Red+Green+Blue) = 7+55+96=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 96 (37.89% from 255 or 60.76% from 158); Max value from RGB is 96 - color contains mainly: blue. Hex color #073760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073760 is #F8C89F. Grayscale: #2D2D2D. Windows color (decimal): -16304288 or 6305543. OLE color: 6305543.

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

Color convert

RGB75596-
CMYK0.930.4300.62
HSL207.64º86.41%20.2%-
HSV(B)207.64º92.71%37.65%-
XYZ3.573.6211.58-
YUV45.32156.6100.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.43%
GREEN value IS 55 (21.88% from 255) = 34.81%
BLUE value IS 96 (37.89% from 255) = 60.76%
R=4.43%
G=34.81%
B=60.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal755960.930.4300.62207.6486.4120.2
Hex737605D2B03Ed05614
Octal7671401355307632012624
Binary11111011111000001011101101011011111011010000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073760; }

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

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

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

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

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

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

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

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