#09386D

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

Shades of Prussian Blue #09386D

Tints of Prussian Blue #09386D

Color information

#09386D (or 0x09386D) is unknown color: approx Prussian Blue. HEX triplet: 09, 38 and 6D. RGB value is (9,56,109). Sum of RGB (Red+Green+Blue) = 9+56+109=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 109 (42.97% from 255 or 62.64% from 174); Max value from RGB is 109 - color contains mainly: blue. Hex color #09386D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09386D is #F6C792. Grayscale: #2F2F2F. Windows color (decimal): -16172947 or 7157769. OLE color: 7157769.

HSL color Cylindrical-coordinate representation of color #09386D: hue angle of 211.8º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09386D is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB956109-
CMYK0.920.4900.57
HSL211.8º84.75%23.14%-
HSV(B)211.8º91.74%42.75%-
XYZ4.293.9915.01-
YUV47.99162.43100.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.17%
GREEN value IS 56 (22.27% from 255) = 32.18%
BLUE value IS 109 (42.97% from 255) = 62.64%
R=5.17%
G=32.18%
B=62.64%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9561090.920.4900.57211.884.7523.14
Hex9386D5C31039d45517
Octal11701551346107132412527
Binary100111100011011011011100110001011100111010100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,56,109); }

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

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

 a { background-color: rgb(9,56,109); }

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

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

 span { border-color: rgb(9,56,109); }

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