#07395E

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

Shades of Prussian Blue #07395E

Tints of Prussian Blue #07395E

Color information

#07395E (or 0x07395E) is unknown color: approx Prussian Blue. HEX triplet: 07, 39 and 5E. RGB value is (7,57,94). Sum of RGB (Red+Green+Blue) = 7+57+94=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 94 (37.11% from 255 or 59.49% from 158); Max value from RGB is 94 - color contains mainly: blue. Hex color #07395E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07395E is #F8C6A1. Grayscale: #2E2E2E. Windows color (decimal): -16303778 or 6174983. OLE color: 6174983.

HSL color Cylindrical-coordinate representation of color #07395E: hue angle of 205.52º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07395E is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB75794-
CMYK0.930.3900.63
HSL205.52º86.14%19.8%-
HSV(B)205.52º92.55%36.86%-
XYZ3.573.7811.13-
YUV46.27154.9499.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.43%
GREEN value IS 57 (22.66% from 255) = 36.08%
BLUE value IS 94 (37.11% from 255) = 59.49%
R=4.43%
G=36.08%
B=59.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal757940.930.3900.63205.5286.1419.8
Hex7395E5D2703Fce5614
Octal7711361354707731612624
Binary11111100110111101011101100111011111111001110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07395E; }

 p { color: rgb(7,57,94); }

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

<style>
 a { background-color: #07395E; }

 a { background-color: rgb(7,57,94); }

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

<style>
 span { border-color: #07395E; }

 span { border-color: rgb(7,57,94); }

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