#073C68

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

Shades of Prussian Blue #073C68

Tints of Prussian Blue #073C68

Color information

#073C68 (or 0x073C68) is unknown color: approx Prussian Blue. HEX triplet: 07, 3C and 68. RGB value is (7,60,104). Sum of RGB (Red+Green+Blue) = 7+60+104=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #073C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073C68 is #F8C397. Grayscale: #303030. Windows color (decimal): -16303000 or 6831111. OLE color: 6831111.

HSL color Cylindrical-coordinate representation of color #073C68: hue angle of 207.22º 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 #073C68 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB760104-
CMYK0.930.4200.59
HSL207.22º87.39%21.76%-
HSV(B)207.22º93.27%40.78%-
XYZ4.24.2813.7-
YUV49.17158.9497.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.09%
GREEN value IS 60 (23.83% from 255) = 35.09%
BLUE value IS 104 (41.02% from 255) = 60.82%
R=4.09%
G=35.09%
B=60.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7601040.930.4200.59207.2287.3921.76
Hex73C685D2A03Bcf5716
Octal7741501355207331712726
Binary11111110011010001011101101010011101111001111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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