#073761

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

Shades of Prussian Blue #073761

Tints of Prussian Blue #073761

Color information

#073761 (or 0x073761) is unknown color: approx Prussian Blue. HEX triplet: 07, 37 and 61. RGB value is (7,55,97). Sum of RGB (Red+Green+Blue) = 7+55+97=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 97 (38.28% from 255 or 61.01% from 159); Max value from RGB is 97 - color contains mainly: blue. Hex color #073761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073761 is #F8C89E. Grayscale: #2D2D2D. Windows color (decimal): -16304287 or 6371079. OLE color: 6371079.

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

Color convert

RGB75597-
CMYK0.930.4300.62
HSL208º86.54%20.39%-
HSV(B)208º92.78%38.04%-
XYZ3.613.6411.82-
YUV45.44157.1100.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.40%
GREEN value IS 55 (21.88% from 255) = 34.59%
BLUE value IS 97 (38.28% from 255) = 61.01%
R=4.40%
G=34.59%
B=61.01%

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
Decimal755970.930.4300.6220886.5420.39
Hex737615D2B03Ed05714
Octal7671411355307632012724
Binary11111011111000011011101101011011111011010000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073761; }

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

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

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

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

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

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

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

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