#09375C

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

Shades of Prussian Blue #09375C

Tints of Prussian Blue #09375C

Color information

#09375C (or 0x09375C) is unknown color: approx Prussian Blue. HEX triplet: 09, 37 and 5C. RGB value is (9,55,92). Sum of RGB (Red+Green+Blue) = 9+55+92=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #09375C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09375C is #F6C8A3. Grayscale: #2D2D2D. Windows color (decimal): -16173220 or 6043401. OLE color: 6043401.

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

Color convert

RGB95592-
CMYK0.900.4000.64
HSL206.75º82.18%19.8%-
HSV(B)206.75º90.22%36.08%-
XYZ3.413.5610.63-
YUV45.46154.26101.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.77%
GREEN value IS 55 (21.88% from 255) = 35.26%
BLUE value IS 92 (36.33% from 255) = 58.97%
R=5.77%
G=35.26%
B=58.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal955920.900.4000.64206.7582.1819.8
Hex9375C5A28040cf5214
Octal116713413250010031712224
Binary1001110111101110010110101010000100000011001111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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