#09345D

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

Shades of Prussian Blue #09345D

Tints of Prussian Blue #09345D

Color information

#09345D (or 0x09345D) is unknown color: approx Prussian Blue. HEX triplet: 09, 34 and 5D. RGB value is (9,52,93). Sum of RGB (Red+Green+Blue) = 9+52+93=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #09345D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09345D is #F6CBA2. Grayscale: #2B2B2B. Windows color (decimal): -16173987 or 6108169. OLE color: 6108169.

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

Color convert

RGB95293-
CMYK0.900.4400.64
HSL209.29º82.35%20%-
HSV(B)209.29º90.32%36.47%-
XYZ3.323.310.82-
YUV43.82155.75103.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.84%
GREEN value IS 52 (20.70% from 255) = 33.77%
BLUE value IS 93 (36.72% from 255) = 60.39%
R=5.84%
G=33.77%
B=60.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal952930.900.4400.64209.2982.3520
Hex9345D5A2C040d15214
Octal116413513254010032112224
Binary1001110100101110110110101011000100000011010001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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