#09395A

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

Shades of Prussian Blue #09395A

Tints of Prussian Blue #09395A

Color information

#09395A (or 0x09395A) is unknown color: approx Prussian Blue. HEX triplet: 09, 39 and 5A. RGB value is (9,57,90). Sum of RGB (Red+Green+Blue) = 9+57+90=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #09395A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09395A is #F6C6A5. Grayscale: #2E2E2E. Windows color (decimal): -16172710 or 5912841. OLE color: 5912841.

HSL color Cylindrical-coordinate representation of color #09395A: hue angle of 204.44º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09395A is Cyan = 0.9, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB95790-
CMYK0.90.3700.65
HSL204.44º81.82%19.41%-
HSV(B)204.44º90%35.29%-
XYZ3.423.7210.21-
YUV46.41152.6101.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.77%
GREEN value IS 57 (22.66% from 255) = 36.54%
BLUE value IS 90 (35.55% from 255) = 57.69%
R=5.77%
G=36.54%
B=57.69%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal957900.90.3700.65204.4481.8219.41
Hex9395A5A25041cc5213
Octal117113213245010131412223
Binary1001111001101101010110101001010100000111001100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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