#073C6C

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

Shades of Prussian Blue #073C6C

Tints of Prussian Blue #073C6C

Color information

#073C6C (or 0x073C6C) is unknown color: approx Prussian Blue. HEX triplet: 07, 3C and 6C. RGB value is (7,60,108). Sum of RGB (Red+Green+Blue) = 7+60+108=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 108 (42.58% from 255 or 61.71% from 175); Max value from RGB is 108 - color contains mainly: blue. Hex color #073C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073C6C is #F8C393. Grayscale: #313131. Windows color (decimal): -16302996 or 7093255. OLE color: 7093255.

HSL color Cylindrical-coordinate representation of color #073C6C: hue angle of 208.51º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073C6C is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB760108-
CMYK0.940.4400.58
HSL208.51º87.83%22.55%-
HSV(B)208.51º93.52%42.35%-
XYZ4.414.3614.8-
YUV49.62160.9497.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4%
GREEN value IS 60 (23.83% from 255) = 34.29%
BLUE value IS 108 (42.58% from 255) = 61.71%
R=4%
G=34.29%
B=61.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7601080.940.4400.58208.5187.8322.55
Hex73C6C5E2C03Ad15817
Octal7741541365407232113027
Binary11111110011011001011110101100011101011010001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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