#09395C

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

Shades of Prussian Blue #09395C

Tints of Prussian Blue #09395C

Color information

#09395C (or 0x09395C) is unknown color: approx Prussian Blue. HEX triplet: 09, 39 and 5C. RGB value is (9,57,92). Sum of RGB (Red+Green+Blue) = 9+57+92=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 92 (36.33% from 255 or 58.23% from 158); Max value from RGB is 92 - color contains mainly: blue. Hex color #09395C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09395C is #F6C6A3. Grayscale: #2E2E2E. Windows color (decimal): -16172708 or 6043913. OLE color: 6043913.

HSL color Cylindrical-coordinate representation of color #09395C: hue angle of 205.3º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09395C is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB95792-
CMYK0.900.3800.64
HSL205.3º82.18%19.8%-
HSV(B)205.3º90.22%36.08%-
XYZ3.513.7610.67-
YUV46.64153.6101.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.70%
GREEN value IS 57 (22.66% from 255) = 36.08%
BLUE value IS 92 (36.33% from 255) = 58.23%
R=5.70%
G=36.08%
B=58.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal957920.900.3800.64205.382.1819.8
Hex9395C5A26040cd5214
Octal117113413246010031512224
Binary1001111001101110010110101001100100000011001101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09395C; }

 p { color: rgb(9,57,92); }

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

<style>
 a { background-color: #09395C; }

 a { background-color: rgb(9,57,92); }

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

<style>
 span { border-color: #09395C; }

 span { border-color: rgb(9,57,92); }

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