#09365A

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

Shades of Prussian Blue #09365A

Tints of Prussian Blue #09365A

Color information

#09365A (or 0x09365A) is unknown color: approx Prussian Blue. HEX triplet: 09, 36 and 5A. RGB value is (9,54,90). Sum of RGB (Red+Green+Blue) = 9+54+90=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #09365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09365A is #F6C9A5. Grayscale: #2C2C2C. Windows color (decimal): -16173478 or 5912073. OLE color: 5912073.

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

Color convert

RGB95490-
CMYK0.90.4000.65
HSL206.67º81.82%19.41%-
HSV(B)206.67º90%35.29%-
XYZ3.283.4310.16-
YUV44.65153.59102.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.88%
GREEN value IS 54 (21.48% from 255) = 35.29%
BLUE value IS 90 (35.55% from 255) = 58.82%
R=5.88%
G=35.29%
B=58.82%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal954900.90.4000.65206.6781.8219.41
Hex9365A5A28041cf5213
Octal116613213250010131712223
Binary1001110110101101010110101010000100000111001111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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