#073E6E

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

Shades of Prussian Blue #073E6E

Tints of Prussian Blue #073E6E

Color information

#073E6E (or 0x073E6E) is unknown color: approx Prussian Blue. HEX triplet: 07, 3E and 6E. RGB value is (7,62,110). Sum of RGB (Red+Green+Blue) = 7+62+110=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 62 (24.61% from 255 or 34.64% from 179); Blue value is 110 (43.36% from 255 or 61.45% from 179); Max value from RGB is 110 - color contains mainly: blue. Hex color #073E6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073E6E is #F8C191. Grayscale: #323232. Windows color (decimal): -16302482 or 7224839. OLE color: 7224839.

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

Color convert

RGB762110-
CMYK0.940.4400.57
HSL207.96º88.03%22.94%-
HSV(B)207.96º93.64%43.14%-
XYZ4.624.6215.4-
YUV51.03161.2896.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.91%
GREEN value IS 62 (24.61% from 255) = 34.64%
BLUE value IS 110 (43.36% from 255) = 61.45%
R=3.91%
G=34.64%
B=61.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7621100.940.4400.57207.9688.0322.94
Hex73E6E5E2C039d05817
Octal7761561365407132013027
Binary11111111011011101011110101100011100111010000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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