#073B6C

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

Shades of Prussian Blue #073B6C

Tints of Prussian Blue #073B6C

Color information

#073B6C (or 0x073B6C) is unknown color: approx Prussian Blue. HEX triplet: 07, 3B and 6C. RGB value is (7,59,108). Sum of RGB (Red+Green+Blue) = 7+59+108=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 108 (42.58% from 255 or 62.07% from 174); Max value from RGB is 108 - color contains mainly: blue. Hex color #073B6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073B6C is #F8C493. Grayscale: #303030. Windows color (decimal): -16303252 or 7092999. OLE color: 7092999.

HSL color Cylindrical-coordinate representation of color #073B6C: hue angle of 209.11º 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 #073B6C is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB759108-
CMYK0.940.4500.58
HSL209.11º87.83%22.55%-
HSV(B)209.11º93.52%42.35%-
XYZ4.364.2614.78-
YUV49.04161.2798.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.02%
GREEN value IS 59 (23.44% from 255) = 33.91%
BLUE value IS 108 (42.58% from 255) = 62.07%
R=4.02%
G=33.91%
B=62.07%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7591080.940.4500.58209.1187.8322.55
Hex73B6C5E2D03Ad15817
Octal7731541365507232113027
Binary11111101111011001011110101101011101011010001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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