#073854

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

Shades of Prussian Blue #073854

Tints of Prussian Blue #073854

Color information

#073854 (or 0x073854) is unknown color: approx Prussian Blue. HEX triplet: 07, 38 and 54. RGB value is (7,56,84). Sum of RGB (Red+Green+Blue) = 7+56+84=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 84 (33.20% from 255 or 57.14% from 147); Max value from RGB is 84 - color contains mainly: blue. Hex color #073854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073854 is #F8C7AB. Grayscale: #2C2C2C. Windows color (decimal): -16304044 or 5519367. OLE color: 5519367.

HSL color Cylindrical-coordinate representation of color #073854: hue angle of 201.82º 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 #073854 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB75684-
CMYK0.920.3300.67
HSL201.82º84.62%17.84%-
HSV(B)201.82º91.67%32.94%-
XYZ3.13.518.9-
YUV44.54150.27101.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.76%
GREEN value IS 56 (22.27% from 255) = 38.10%
BLUE value IS 84 (33.20% from 255) = 57.14%
R=4.76%
G=38.10%
B=57.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal756840.920.3300.67201.8284.6217.84
Hex738545C21043ca5512
Octal77012413441010331212522
Binary111111000101010010111001000010100001111001010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073854; }

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

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

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

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

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

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

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

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