#09405D

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

Shades of Prussian Blue #09405D

Tints of Prussian Blue #09405D

Color information

#09405D (or 0x09405D) is unknown color: approx Prussian Blue. HEX triplet: 09, 40 and 5D. RGB value is (9,64,93). Sum of RGB (Red+Green+Blue) = 9+64+93=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #09405D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09405D is #F6BFA2. Grayscale: #323232. Windows color (decimal): -16170915 or 6111241. OLE color: 6111241.

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

Color convert

RGB96493-
CMYK0.900.3100.64
HSL200.71º82.35%20%-
HSV(B)200.71º90.32%36.47%-
XYZ3.924.5211.02-
YUV50.86151.7898.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.42%
GREEN value IS 64 (25.39% from 255) = 38.55%
BLUE value IS 93 (36.72% from 255) = 56.02%
R=5.42%
G=38.55%
B=56.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal964930.900.3100.64200.7182.3520
Hex9405D5A1F040c95214
Octal1110013513237010031112224
Binary1001100000010111011011010111110100000011001001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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