#073954

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

Shades of Prussian Blue #073954

Tints of Prussian Blue #073954

Color information

#073954 (or 0x073954) is unknown color: approx Prussian Blue. HEX triplet: 07, 39 and 54. RGB value is (7,57,84). Sum of RGB (Red+Green+Blue) = 7+57+84=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 84 (33.20% from 255 or 56.76% from 148); Max value from RGB is 84 - color contains mainly: blue. Hex color #073954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073954 is #F8C6AB. Grayscale: #2C2C2C. Windows color (decimal): -16303788 or 5519623. OLE color: 5519623.

HSL color Cylindrical-coordinate representation of color #073954: hue angle of 201.04º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073954 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB75784-
CMYK0.920.3200.67
HSL201.04º84.62%17.84%-
HSV(B)201.04º91.67%32.94%-
XYZ3.153.618.92-
YUV45.13149.94100.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.73%
GREEN value IS 57 (22.66% from 255) = 38.51%
BLUE value IS 84 (33.20% from 255) = 56.76%
R=4.73%
G=38.51%
B=56.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal757840.920.3200.67201.0484.6217.84
Hex739545C20043c95512
Octal77112413440010331112522
Binary111111001101010010111001000000100001111001001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073954; }

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

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

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

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

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

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

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

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