#073E69

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

Shades of Prussian Blue #073E69

Tints of Prussian Blue #073E69

Color information

#073E69 (or 0x073E69) is unknown color: approx Prussian Blue. HEX triplet: 07, 3E and 69. RGB value is (7,62,105). Sum of RGB (Red+Green+Blue) = 7+62+105=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 105 (41.41% from 255 or 60.34% from 174); Max value from RGB is 105 - color contains mainly: blue. Hex color #073E69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073E69 is #F8C196. Grayscale: #323232. Windows color (decimal): -16302487 or 6897159. OLE color: 6897159.

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

Color convert

RGB762105-
CMYK0.930.4100.59
HSL206.33º87.5%21.96%-
HSV(B)206.33º93.33%41.18%-
XYZ4.364.5114.01-
YUV50.46158.7897-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.02%
GREEN value IS 62 (24.61% from 255) = 35.63%
BLUE value IS 105 (41.41% from 255) = 60.34%
R=4.02%
G=35.63%
B=60.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7621050.930.4100.59206.3387.521.96
Hex73E695D2903Bce5816
Octal7761511355107331613026
Binary11111111011010011011101101001011101111001110101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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