#09396F

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

Shades of Prussian Blue #09396F

Tints of Prussian Blue #09396F

Color information

#09396F (or 0x09396F) is unknown color: approx Prussian Blue. HEX triplet: 09, 39 and 6F. RGB value is (9,57,111). Sum of RGB (Red+Green+Blue) = 9+57+111=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 111 (43.75% from 255 or 62.71% from 177); Max value from RGB is 111 - color contains mainly: blue. Hex color #09396F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09396F is #F6C690. Grayscale: #303030. Windows color (decimal): -16172689 or 7289097. OLE color: 7289097.

HSL color Cylindrical-coordinate representation of color #09396F: hue angle of 211.76º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09396F is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB957111-
CMYK0.920.4900.56
HSL211.76º85%23.53%-
HSV(B)211.76º91.89%43.53%-
XYZ4.454.1315.6-
YUV48.8163.199.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.08%
GREEN value IS 57 (22.66% from 255) = 32.20%
BLUE value IS 111 (43.75% from 255) = 62.71%
R=5.08%
G=32.20%
B=62.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9571110.920.4900.56211.768523.53
Hex9396F5C31038d45518
Octal11711571346107032412530
Binary100111100111011111011100110001011100011010100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09396F; }

 p { color: rgb(9,57,111); }

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

<style>
 a { background-color: #09396F; }

 a { background-color: rgb(9,57,111); }

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

<style>
 span { border-color: #09396F; }

 span { border-color: rgb(9,57,111); }

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