#073254

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

Shades of Prussian Blue #073254

Tints of Prussian Blue #073254

Color information

#073254 (or 0x073254) is unknown color: approx Prussian Blue. HEX triplet: 07, 32 and 54. RGB value is (7,50,84). Sum of RGB (Red+Green+Blue) = 7+50+84=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 84 (33.20% from 255 or 59.57% from 141); Max value from RGB is 84 - color contains mainly: blue. Hex color #073254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073254 is #F8CDAB. Grayscale: #282828. Windows color (decimal): -16305580 or 5517831. OLE color: 5517831.

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

Color convert

RGB75084-
CMYK0.920.4000.67
HSL206.49º84.62%17.84%-
HSV(B)206.49º91.67%32.94%-
XYZ2.832.978.81-
YUV41.02152.25103.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 50 (19.92% from 255) = 35.46%
BLUE value IS 84 (33.20% from 255) = 59.57%
R=4.96%
G=35.46%
B=59.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal750840.920.4000.67206.4984.6217.84
Hex732545C28043ce5512
Octal76212413450010331612522
Binary111110010101010010111001010000100001111001110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073254; }

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

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

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

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

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

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

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

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