#093D58

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

Shades of Prussian Blue #093D58

Tints of Prussian Blue #093D58

Color information

#093D58 (or 0x093D58) is unknown color: approx Prussian Blue. HEX triplet: 09, 3D and 58. RGB value is (9,61,88). Sum of RGB (Red+Green+Blue) = 9+61+88=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 88 (34.77% from 255 or 55.70% from 158); Max value from RGB is 88 - color contains mainly: blue. Hex color #093D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093D58 is #F6C2A7. Grayscale: #303030. Windows color (decimal): -16171688 or 5782793. OLE color: 5782793.

HSL color Cylindrical-coordinate representation of color #093D58: hue angle of 200.51º degrees, saturation: 0.81, 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 #093D58 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB96188-
CMYK0.900.3100.65
HSL200.51º81.44%19.02%-
HSV(B)200.51º89.77%34.51%-
XYZ3.544.19.84-
YUV48.53150.2799.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.70%
GREEN value IS 61 (24.22% from 255) = 38.61%
BLUE value IS 88 (34.77% from 255) = 55.70%
R=5.70%
G=38.61%
B=55.70%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal961880.900.3100.65200.5181.4419.02
Hex93D585A1F041c95113
Octal117513013237010131112123
Binary100111110110110001011010111110100000111001001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,61,88); }

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

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

 a { background-color: rgb(9,61,88); }

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

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

 span { border-color: rgb(9,61,88); }

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