#07395B

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

Shades of Prussian Blue #07395B

Tints of Prussian Blue #07395B

Color information

#07395B (or 0x07395B) is unknown color: approx Prussian Blue. HEX triplet: 07, 39 and 5B. RGB value is (7,57,91). Sum of RGB (Red+Green+Blue) = 7+57+91=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #07395B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07395B is #F8C6A4. Grayscale: #2D2D2D. Windows color (decimal): -16303781 or 5978375. OLE color: 5978375.

HSL color Cylindrical-coordinate representation of color #07395B: hue angle of 204.29º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07395B is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB75791-
CMYK0.920.3700.64
HSL204.29º85.71%19.22%-
HSV(B)204.29º92.31%35.69%-
XYZ3.443.7310.44-
YUV45.93153.44100.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.52%
GREEN value IS 57 (22.66% from 255) = 36.77%
BLUE value IS 91 (35.94% from 255) = 58.71%
R=4.52%
G=36.77%
B=58.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal757910.920.3700.64204.2985.7119.22
Hex7395B5C25040cc5613
Octal77113313445010031412623
Binary111111001101101110111001001010100000011001100101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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