#073258

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

Shades of Prussian Blue #073258

Tints of Prussian Blue #073258

Color information

#073258 (or 0x073258) is unknown color: approx Prussian Blue. HEX triplet: 07, 32 and 58. RGB value is (7,50,88). Sum of RGB (Red+Green+Blue) = 7+50+88=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 88 (34.77% from 255 or 60.69% from 145); Max value from RGB is 88 - color contains mainly: blue. Hex color #073258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073258 is #F8CDA7. Grayscale: #292929. Windows color (decimal): -16305576 or 5779975. OLE color: 5779975.

HSL color Cylindrical-coordinate representation of color #073258: hue angle of 208.15º 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 #073258 is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB75088-
CMYK0.920.4300.65
HSL208.15º85.26%18.63%-
HSV(B)208.15º92.05%34.51%-
XYZ2.993.039.66-
YUV41.47154.25103.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.83%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 88 (34.77% from 255) = 60.69%
R=4.83%
G=34.48%
B=60.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal750880.920.4300.65208.1585.2618.63
Hex732585C2B041d05513
Octal76213013453010132012523
Binary111110010101100010111001010110100000111010000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073258; }

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

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

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

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

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

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

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

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