#09386E

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

Shades of Prussian Blue #09386E

Tints of Prussian Blue #09386E

Color information

#09386E (or 0x09386E) is unknown color: approx Prussian Blue. HEX triplet: 09, 38 and 6E. RGB value is (9,56,110). Sum of RGB (Red+Green+Blue) = 9+56+110=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 110 (43.36% from 255 or 62.86% from 175); Max value from RGB is 110 - color contains mainly: blue. Hex color #09386E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09386E is #F6C791. Grayscale: #2F2F2F. Windows color (decimal): -16172946 or 7223305. OLE color: 7223305.

HSL color Cylindrical-coordinate representation of color #09386E: hue angle of 212.08º 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 #09386E is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB956110-
CMYK0.920.4900.57
HSL212.08º84.87%23.33%-
HSV(B)212.08º91.82%43.14%-
XYZ4.344.0115.3-
YUV48.1162.93100.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.14%
GREEN value IS 56 (22.27% from 255) = 32%
BLUE value IS 110 (43.36% from 255) = 62.86%
R=5.14%
G=32%
B=62.86%

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
Decimal9561100.920.4900.57212.0884.8723.33
Hex9386E5C31039d45517
Octal11701561346107132412527
Binary100111100011011101011100110001011100111010100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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