#073B55

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

Shades of Prussian Blue #073B55

Tints of Prussian Blue #073B55

Color information

#073B55 (or 0x073B55) is unknown color: approx Prussian Blue. HEX triplet: 07, 3B and 55. RGB value is (7,59,85). Sum of RGB (Red+Green+Blue) = 7+59+85=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #073B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073B55 is #F8C4AA. Grayscale: #2E2E2E. Windows color (decimal): -16303275 or 5585671. OLE color: 5585671.

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

Color convert

RGB75985-
CMYK0.920.3100.67
HSL200º84.78%18.04%-
HSV(B)200º91.76%33.33%-
XYZ3.293.839.16-
YUV46.42149.7799.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.64%
GREEN value IS 59 (23.44% from 255) = 39.07%
BLUE value IS 85 (33.59% from 255) = 56.29%
R=4.64%
G=39.07%
B=56.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal759850.920.3100.6720084.7818.04
Hex73B555C1F043c85512
Octal77312513437010331012522
Binary11111101110101011011100111110100001111001000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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