#073E66

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

Shades of Prussian Blue #073E66

Tints of Prussian Blue #073E66

Color information

#073E66 (or 0x073E66) is unknown color: approx Prussian Blue. HEX triplet: 07, 3E and 66. RGB value is (7,62,102). Sum of RGB (Red+Green+Blue) = 7+62+102=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 102 (40.23% from 255 or 59.65% from 171); Max value from RGB is 102 - color contains mainly: blue. Hex color #073E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073E66 is #F8C199. Grayscale: #313131. Windows color (decimal): -16302490 or 6700551. OLE color: 6700551.

HSL color Cylindrical-coordinate representation of color #073E66: hue angle of 205.26º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073E66 is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB762102-
CMYK0.930.3900.6
HSL205.26º87.16%21.37%-
HSV(B)205.26º93.14%40%-
XYZ4.214.4513.21-
YUV50.11157.2897.25-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.09%
GREEN value IS 62 (24.61% from 255) = 36.26%
BLUE value IS 102 (40.23% from 255) = 59.65%
R=4.09%
G=36.26%
B=59.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7621020.930.3900.6205.2687.1621.37
Hex73E665D2703Ccd5715
Octal7761461354707431512725
Binary11111111011001101011101100111011110011001101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,62,102); }

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

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

 a { background-color: rgb(7,62,102); }

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

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

 span { border-color: rgb(7,62,102); }

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