#073858

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

Shades of Prussian Blue #073858

Tints of Prussian Blue #073858

Color information

#073858 (or 0x073858) is unknown color: approx Prussian Blue. HEX triplet: 07, 38 and 58. RGB value is (7,56,88). Sum of RGB (Red+Green+Blue) = 7+56+88=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 88 (34.77% from 255 or 58.28% from 151); Max value from RGB is 88 - color contains mainly: blue. Hex color #073858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073858 is #F8C7A7. Grayscale: #2C2C2C. Windows color (decimal): -16304040 or 5781511. OLE color: 5781511.

HSL color Cylindrical-coordinate representation of color #073858: hue angle of 203.7º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073858 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB75688-
CMYK0.920.3600.65
HSL203.7º85.26%18.63%-
HSV(B)203.7º92.05%34.51%-
XYZ3.263.589.75-
YUV45152.27100.9-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.64%
GREEN value IS 56 (22.27% from 255) = 37.09%
BLUE value IS 88 (34.77% from 255) = 58.28%
R=4.64%
G=37.09%
B=58.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal756880.920.3600.65203.785.2618.63
Hex738585C24041cc5513
Octal77013013444010131412523
Binary111111000101100010111001001000100000111001100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073858; }

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

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

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

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

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

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

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

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