#09376A

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

Shades of Prussian Blue #09376A

Tints of Prussian Blue #09376A

Color information

#09376A (or 0x09376A) is unknown color: approx Prussian Blue. HEX triplet: 09, 37 and 6A. RGB value is (9,55,106). Sum of RGB (Red+Green+Blue) = 9+55+106=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 106 (41.80% from 255 or 62.35% from 170); Max value from RGB is 106 - color contains mainly: blue. Hex color #09376A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09376A is #F6C895. Grayscale: #2E2E2E. Windows color (decimal): -16173206 or 6960905. OLE color: 6960905.

HSL color Cylindrical-coordinate representation of color #09376A: hue angle of 211.55º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09376A is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB955106-
CMYK0.920.4800.58
HSL211.55º84.35%22.55%-
HSV(B)211.55º91.51%41.57%-
XYZ4.083.8314.16-
YUV47.06161.26100.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.29%
GREEN value IS 55 (21.88% from 255) = 32.35%
BLUE value IS 106 (41.80% from 255) = 62.35%
R=5.29%
G=32.35%
B=62.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9551060.920.4800.58211.5584.3522.55
Hex9376A5C3003Ad45417
Octal11671521346007232412427
Binary100111011111010101011100110000011101011010100101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09376A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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