#073E57

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

Shades of Prussian Blue #073E57

Tints of Prussian Blue #073E57

Color information

#073E57 (or 0x073E57) is unknown color: approx Prussian Blue. HEX triplet: 07, 3E and 57. RGB value is (7,62,87). Sum of RGB (Red+Green+Blue) = 7+62+87=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 87 (34.38% from 255 or 55.77% from 156); Max value from RGB is 87 - color contains mainly: blue. Hex color #073E57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073E57 is #F8C1A8. Grayscale: #303030. Windows color (decimal): -16302505 or 5717511. OLE color: 5717511.

HSL color Cylindrical-coordinate representation of color #073E57: hue angle of 198.75º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073E57 is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB76287-
CMYK0.920.2900.66
HSL198.75º85.11%18.43%-
HSV(B)198.75º91.95%34.12%-
XYZ3.534.189.64-
YUV48.4149.7898.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.49%
GREEN value IS 62 (24.61% from 255) = 39.74%
BLUE value IS 87 (34.38% from 255) = 55.77%
R=4.49%
G=39.74%
B=55.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal762870.920.2900.66198.7585.1118.43
Hex73E575C1D042c75512
Octal77612713435010230712522
Binary11111111010101111011100111010100001011000111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,62,87); }

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

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

 a { background-color: rgb(7,62,87); }

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

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

 span { border-color: rgb(7,62,87); }

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