#09385D

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

Shades of Prussian Blue #09385D

Tints of Prussian Blue #09385D

Color information

#09385D (or 0x09385D) is unknown color: approx Prussian Blue. HEX triplet: 09, 38 and 5D. RGB value is (9,56,93). Sum of RGB (Red+Green+Blue) = 9+56+93=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #09385D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09385D is #F6C7A2. Grayscale: #2D2D2D. Windows color (decimal): -16172963 or 6109193. OLE color: 6109193.

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

Color convert

RGB95693-
CMYK0.900.4000.64
HSL206.43º82.35%20%-
HSV(B)206.43º90.32%36.47%-
XYZ3.53.6810.88-
YUV46.17154.43101.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.70%
GREEN value IS 56 (22.27% from 255) = 35.44%
BLUE value IS 93 (36.72% from 255) = 58.86%
R=5.70%
G=35.44%
B=58.86%

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
Decimal956930.900.4000.64206.4382.3520
Hex9385D5A28040ce5214
Octal117013513250010031612224
Binary1001111000101110110110101010000100000011001110101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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