#073B54

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

Shades of Prussian Blue #073B54

Tints of Prussian Blue #073B54

Color information

#073B54 (or 0x073B54) is unknown color: approx Prussian Blue. HEX triplet: 07, 3B and 54. RGB value is (7,59,84). Sum of RGB (Red+Green+Blue) = 7+59+84=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 59 (23.44% from 255 or 39.33% from 150); Blue value is 84 (33.20% from 255 or 56% from 150); Max value from RGB is 84 - color contains mainly: blue. Hex color #073B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073B54 is #F8C4AB. Grayscale: #2E2E2E. Windows color (decimal): -16303276 or 5520135. OLE color: 5520135.

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

Color convert

RGB75984-
CMYK0.920.3000.67
HSL199.48º84.62%17.84%-
HSV(B)199.48º91.67%32.94%-
XYZ3.253.818.95-
YUV46.3149.2799.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.67%
GREEN value IS 59 (23.44% from 255) = 39.33%
BLUE value IS 84 (33.20% from 255) = 56%
R=4.67%
G=39.33%
B=56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal759840.920.3000.67199.4884.6217.84
Hex73B545C1E043c75512
Octal77312413436010330712522
Binary11111101110101001011100111100100001111000111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073B54; }

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

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

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

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

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

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

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

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