#09365C

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

Shades of Prussian Blue #09365C

Tints of Prussian Blue #09365C

Color information

#09365C (or 0x09365C) is unknown color: approx Prussian Blue. HEX triplet: 09, 36 and 5C. RGB value is (9,54,92). Sum of RGB (Red+Green+Blue) = 9+54+92=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 92 (36.33% from 255 or 59.35% from 155); Max value from RGB is 92 - color contains mainly: blue. Hex color #09365C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09365C is #F6C9A3. Grayscale: #2C2C2C. Windows color (decimal): -16173476 or 6043145. OLE color: 6043145.

HSL color Cylindrical-coordinate representation of color #09365C: hue angle of 207.47º 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 #09365C is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB95492-
CMYK0.900.4100.64
HSL207.47º82.18%19.8%-
HSV(B)207.47º90.22%36.08%-
XYZ3.363.4710.62-
YUV44.88154.59102.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.81%
GREEN value IS 54 (21.48% from 255) = 34.84%
BLUE value IS 92 (36.33% from 255) = 59.35%
R=5.81%
G=34.84%
B=59.35%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal954920.900.4100.64207.4782.1819.8
Hex9365C5A29040cf5214
Octal116613413251010031712224
Binary1001110110101110010110101010010100000011001111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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