#09345A

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

Shades of Prussian Blue #09345A

Tints of Prussian Blue #09345A

Color information

#09345A (or 0x09345A) is unknown color: approx Prussian Blue. HEX triplet: 09, 34 and 5A. RGB value is (9,52,90). Sum of RGB (Red+Green+Blue) = 9+52+90=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #09345A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09345A is #F6CBA5. Grayscale: #2B2B2B. Windows color (decimal): -16173990 or 5911561. OLE color: 5911561.

HSL color Cylindrical-coordinate representation of color #09345A: hue angle of 208.15º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09345A is Cyan = 0.9, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB95290-
CMYK0.90.4200.65
HSL208.15º81.82%19.41%-
HSV(B)208.15º90%35.29%-
XYZ3.193.2510.13-
YUV43.47154.25103.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.96%
GREEN value IS 52 (20.70% from 255) = 34.44%
BLUE value IS 90 (35.55% from 255) = 59.60%
R=5.96%
G=34.44%
B=59.60%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal952900.90.4200.65208.1581.8219.41
Hex9345A5A2A041d05213
Octal116413213252010132012223
Binary1001110100101101010110101010100100000111010000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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