#073568

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

Shades of Prussian Blue #073568

Tints of Prussian Blue #073568

Color information

#073568 (or 0x073568) is unknown color: approx Prussian Blue. HEX triplet: 07, 35 and 68. RGB value is (7,53,104). Sum of RGB (Red+Green+Blue) = 7+53+104=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 104 (41.02% from 255 or 63.41% from 164); Max value from RGB is 104 - color contains mainly: blue. Hex color #073568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073568 is #F8CA97. Grayscale: #2C2C2C. Windows color (decimal): -16304792 or 6829319. OLE color: 6829319.

HSL color Cylindrical-coordinate representation of color #073568: hue angle of 211.55º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073568 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB753104-
CMYK0.930.4900.59
HSL211.55º87.39%21.76%-
HSV(B)211.55º93.27%40.78%-
XYZ3.863.5913.59-
YUV45.06161.26100.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.27%
GREEN value IS 53 (21.09% from 255) = 32.32%
BLUE value IS 104 (41.02% from 255) = 63.41%
R=4.27%
G=32.32%
B=63.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7531040.930.4900.59211.5587.3921.76
Hex735685D3103Bd45716
Octal7651501356107332412726
Binary11111010111010001011101110001011101111010100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073568; }

 p { color: rgb(7,53,104); }

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

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

 a { background-color: rgb(7,53,104); }

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

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

 span { border-color: rgb(7,53,104); }

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