#073f5f

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

Shades of Prussian Blue #073F5F

Tints of Prussian Blue #073F5F

Color information

#073F5F (or 0x073F5F) is unknown color: approx Prussian Blue. HEX triplet: 07, 3F and 5F. RGB value is (7,63,95). Sum of RGB (Red+Green+Blue) = 7+63+95=165 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.24% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 95 (37.5% from 255 or 57.58% from 165); Max value from RGB is 95 - color contains mainly: blue. Hex color #073F5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073F5F is #F8C0A0. Grayscale: #313131. Windows color (decimal): -16302241 or 6242055. OLE color: 6242055.

HSL color Cylindrical-coordinate representation of color #073F5F: hue angle of 201.82º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073F5F is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB76395-
CMYK0.930.3400.63
HSL201.82º86.27%20%-
HSV(B)201.82º92.63%37.25%-
XYZ3.934.4311.47-
YUV49.9153.4597.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.24%
GREEN value IS 63 (25% from 255) = 38.18%
BLUE value IS 95 (37.5% from 255) = 57.58%
R=4.24%
G=38.18%
B=57.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal763950.930.3400.63201.8286.2720
Hex73F5F5D2203Fca5614
Octal7771371354207731212624
Binary11111111110111111011101100010011111111001010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073f5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,63,95); }

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

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

 a { background-color: rgb(7,63,95); }

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

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

 span { border-color: rgb(7,63,95); }

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