#093A5D

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

Shades of Prussian Blue #093A5D

Tints of Prussian Blue #093A5D

Color information

#093A5D (or 0x093A5D) is unknown color: approx Prussian Blue. HEX triplet: 09, 3A and 5D. RGB value is (9,58,93). Sum of RGB (Red+Green+Blue) = 9+58+93=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #093A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A5D is #F6C5A2. Grayscale: #2F2F2F. Windows color (decimal): -16172451 or 6109705. OLE color: 6109705.

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

Color convert

RGB95893-
CMYK0.900.3800.64
HSL205º82.35%20%-
HSV(B)205º90.32%36.47%-
XYZ3.63.8710.91-
YUV47.34153.77100.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.62%
GREEN value IS 58 (23.05% from 255) = 36.25%
BLUE value IS 93 (36.72% from 255) = 58.12%
R=5.62%
G=36.25%
B=58.12%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal958930.900.3800.6420582.3520
Hex93A5D5A26040cd5214
Octal117213513246010031512224
Binary1001111010101110110110101001100100000011001101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093A5D; }

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

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

<style>
 a { background-color: #093A5D; }

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

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

<style>
 span { border-color: #093A5D; }

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

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