#073860

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

Shades of Prussian Blue #073860

Tints of Prussian Blue #073860

Color information

#073860 (or 0x073860) is unknown color: approx Prussian Blue. HEX triplet: 07, 38 and 60. RGB value is (7,56,96). Sum of RGB (Red+Green+Blue) = 7+56+96=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 96 (37.89% from 255 or 60.38% from 159); Max value from RGB is 96 - color contains mainly: blue. Hex color #073860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073860 is #F8C79F. Grayscale: #2D2D2D. Windows color (decimal): -16304032 or 6305799. OLE color: 6305799.

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

Color convert

RGB75696-
CMYK0.930.4200.62
HSL206.97º86.41%20.2%-
HSV(B)206.97º92.71%37.65%-
XYZ3.613.7211.59-
YUV45.91156.27100.25-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.40%
GREEN value IS 56 (22.27% from 255) = 35.22%
BLUE value IS 96 (37.89% from 255) = 60.38%
R=4.40%
G=35.22%
B=60.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal756960.930.4200.62206.9786.4120.2
Hex738605D2A03Ecf5614
Octal7701401355207631712624
Binary11111100011000001011101101010011111011001111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073860; }

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

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

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

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

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

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

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

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