#093F5A

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

Shades of Prussian Blue #093F5A

Tints of Prussian Blue #093F5A

Color information

#093F5A (or 0x093F5A) is unknown color: approx Prussian Blue. HEX triplet: 09, 3F and 5A. RGB value is (9,63,90). Sum of RGB (Red+Green+Blue) = 9+63+90=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 90 (35.55% from 255 or 55.56% from 162); Max value from RGB is 90 - color contains mainly: blue. Hex color #093F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093F5A is #F6C0A5. Grayscale: #313131. Windows color (decimal): -16171174 or 5914377. OLE color: 5914377.

HSL color Cylindrical-coordinate representation of color #093F5A: hue angle of 200º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #093F5A is Cyan = 0.9, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB96390-
CMYK0.90.3000.65
HSL200º81.82%19.41%-
HSV(B)200º90%35.29%-
XYZ3.744.3510.32-
YUV49.93150.6198.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.56%
GREEN value IS 63 (25% from 255) = 38.89%
BLUE value IS 90 (35.55% from 255) = 55.56%
R=5.56%
G=38.89%
B=55.56%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal963900.90.3000.6520081.8219.41
Hex93F5A5A1E041c85213
Octal117713213236010131012223
Binary100111111110110101011010111100100000111001000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,63,90); }

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

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

 a { background-color: rgb(9,63,90); }

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

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

 span { border-color: rgb(9,63,90); }

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