#07395F

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

Shades of Prussian Blue #07395F

Tints of Prussian Blue #07395F

Color information

#07395F (or 0x07395F) is unknown color: approx Prussian Blue. HEX triplet: 07, 39 and 5F. RGB value is (7,57,95). Sum of RGB (Red+Green+Blue) = 7+57+95=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 95 (37.5% from 255 or 59.75% from 159); Max value from RGB is 95 - color contains mainly: blue. Hex color #07395F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07395F is #F8C6A0. Grayscale: #2E2E2E. Windows color (decimal): -16303777 or 6240519. OLE color: 6240519.

HSL color Cylindrical-coordinate representation of color #07395F: hue angle of 205.91º 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 #07395F is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB75795-
CMYK0.930.4000.63
HSL205.91º86.27%20%-
HSV(B)205.91º92.63%37.25%-
XYZ3.623.811.37-
YUV46.38155.4499.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.40%
GREEN value IS 57 (22.66% from 255) = 35.85%
BLUE value IS 95 (37.5% from 255) = 59.75%
R=4.40%
G=35.85%
B=59.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal757950.930.4000.63205.9186.2720
Hex7395F5D2803Fce5614
Octal7711371355007731612624
Binary11111100110111111011101101000011111111001110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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