#09375A

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

Shades of Prussian Blue #09375A

Tints of Prussian Blue #09375A

Color information

#09375A (or 0x09375A) is unknown color: approx Prussian Blue. HEX triplet: 09, 37 and 5A. RGB value is (9,55,90). Sum of RGB (Red+Green+Blue) = 9+55+90=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #09375A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09375A is #F6C8A5. Grayscale: #2D2D2D. Windows color (decimal): -16173222 or 5912329. OLE color: 5912329.

HSL color Cylindrical-coordinate representation of color #09375A: hue angle of 205.93º 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 #09375A is Cyan = 0.9, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB95590-
CMYK0.90.3900.65
HSL205.93º81.82%19.41%-
HSV(B)205.93º90%35.29%-
XYZ3.323.5310.18-
YUV45.24153.26102.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.84%
GREEN value IS 55 (21.88% from 255) = 35.71%
BLUE value IS 90 (35.55% from 255) = 58.44%
R=5.84%
G=35.71%
B=58.44%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal955900.90.3900.65205.9381.8219.41
Hex9375A5A27041ce5213
Octal116713213247010131612223
Binary1001110111101101010110101001110100000111001110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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