#073B69

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

Shades of Prussian Blue #073B69

Tints of Prussian Blue #073B69

Color information

#073B69 (or 0x073B69) is unknown color: approx Prussian Blue. HEX triplet: 07, 3B and 69. RGB value is (7,59,105). Sum of RGB (Red+Green+Blue) = 7+59+105=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #073B69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073B69 is #F8C496. Grayscale: #303030. Windows color (decimal): -16303255 or 6896391. OLE color: 6896391.

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

Color convert

RGB759105-
CMYK0.930.4400.59
HSL208.16º87.5%21.96%-
HSV(B)208.16º93.33%41.18%-
XYZ4.24.1913.95-
YUV48.7159.7798.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.09%
GREEN value IS 59 (23.44% from 255) = 34.50%
BLUE value IS 105 (41.41% from 255) = 61.40%
R=4.09%
G=34.50%
B=61.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7591050.930.4400.59208.1687.521.96
Hex73B695D2C03Bd05816
Octal7731511355407332013026
Binary11111101111010011011101101100011101111010000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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