#09415D

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

Shades of Prussian Blue #09415D

Tints of Prussian Blue #09415D

Color information

#09415D (or 0x09415D) is unknown color: approx Prussian Blue. HEX triplet: 09, 41 and 5D. RGB value is (9,65,93). Sum of RGB (Red+Green+Blue) = 9+65+93=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #09415D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09415D is #F6BEA2. Grayscale: #333333. Windows color (decimal): -16170659 or 6111497. OLE color: 6111497.

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

Color convert

RGB96593-
CMYK0.900.3000.64
HSL200º82.35%20%-
HSV(B)200º90.32%36.47%-
XYZ3.984.6311.04-
YUV51.45151.4597.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.39%
GREEN value IS 65 (25.78% from 255) = 38.92%
BLUE value IS 93 (36.72% from 255) = 55.69%
R=5.39%
G=38.92%
B=55.69%

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
Decimal965930.900.3000.6420082.3520
Hex9415D5A1E040c85214
Octal1110113513236010031012224
Binary1001100000110111011011010111100100000011001000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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