#09405B

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

Shades of Prussian Blue #09405B

Tints of Prussian Blue #09405B

Color information

#09405B (or 0x09405B) is unknown color: approx Prussian Blue. HEX triplet: 09, 40 and 5B. RGB value is (9,64,91). Sum of RGB (Red+Green+Blue) = 9+64+91=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #09405B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09405B is #F6BFA4. Grayscale: #323232. Windows color (decimal): -16170917 or 5980169. OLE color: 5980169.

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

Color convert

RGB96491-
CMYK0.900.3000.64
HSL199.76º82%19.61%-
HSV(B)199.76º90.11%35.69%-
XYZ3.834.4810.56-
YUV50.63150.7898.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.49%
GREEN value IS 64 (25.39% from 255) = 39.02%
BLUE value IS 91 (35.94% from 255) = 55.49%
R=5.49%
G=39.02%
B=55.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal964910.900.3000.64199.768219.61
Hex9405B5A1E040c85214
Octal1110013313236010031012224
Binary1001100000010110111011010111100100000011001000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09405B; }

 p { color: rgb(9,64,91); }

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

<style>
 a { background-color: #09405B; }

 a { background-color: rgb(9,64,91); }

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

<style>
 span { border-color: #09405B; }

 span { border-color: rgb(9,64,91); }

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