#09305D

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

Shades of Prussian Blue #09305D

Tints of Prussian Blue #09305D

Color information

#09305D (or 0x09305D) is unknown color: approx Prussian Blue. HEX triplet: 09, 30 and 5D. RGB value is (9,48,93). Sum of RGB (Red+Green+Blue) = 9+48+93=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #09305D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09305D is #F6CFA2. Grayscale: #292929. Windows color (decimal): -16175011 or 6107145. OLE color: 6107145.

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

Color convert

RGB94893-
CMYK0.900.4800.64
HSL212.14º82.35%20%-
HSV(B)212.14º90.32%36.47%-
XYZ3.152.9610.76-
YUV41.47157.08104.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 93 (36.72% from 255) = 62%
R=6%
G=32%
B=62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal948930.900.4800.64212.1482.3520
Hex9305D5A30040d45214
Octal116013513260010032412224
Binary1001110000101110110110101100000100000011010100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09305D; }

 p { color: rgb(9,48,93); }

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

<style>
 a { background-color: #09305D; }

 a { background-color: rgb(9,48,93); }

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

<style>
 span { border-color: #09305D; }

 span { border-color: rgb(9,48,93); }

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