#09355A

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

Shades of Prussian Blue #09355A

Tints of Prussian Blue #09355A

Color information

#09355A (or 0x09355A) is unknown color: approx Prussian Blue. HEX triplet: 09, 35 and 5A. RGB value is (9,53,90). Sum of RGB (Red+Green+Blue) = 9+53+90=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #09355A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09355A is #F6CAA5. Grayscale: #2B2B2B. Windows color (decimal): -16173734 or 5911817. OLE color: 5911817.

HSL color Cylindrical-coordinate representation of color #09355A: hue angle of 207.41º 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 #09355A is Cyan = 0.9, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB95390-
CMYK0.90.4100.65
HSL207.41º81.82%19.41%-
HSV(B)207.41º90%35.29%-
XYZ3.233.3410.15-
YUV44.06153.92102.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.92%
GREEN value IS 53 (21.09% from 255) = 34.87%
BLUE value IS 90 (35.55% from 255) = 59.21%
R=5.92%
G=34.87%
B=59.21%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal953900.90.4100.65207.4181.8219.41
Hex9355A5A29041cf5213
Octal116513213251010131712223
Binary1001110101101101010110101010010100000111001111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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