#093E58

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

Shades of Prussian Blue #093E58

Tints of Prussian Blue #093E58

Color information

#093E58 (or 0x093E58) is unknown color: approx Prussian Blue. HEX triplet: 09, 3E and 58. RGB value is (9,62,88). Sum of RGB (Red+Green+Blue) = 9+62+88=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 62 (24.61% from 255 or 38.99% from 159); Blue value is 88 (34.77% from 255 or 55.35% from 159); Max value from RGB is 88 - color contains mainly: blue. Hex color #093E58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E58 is #F6C1A7. Grayscale: #303030. Windows color (decimal): -16171432 or 5783049. OLE color: 5783049.

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

Color convert

RGB96288-
CMYK0.900.3000.65
HSL199.75º81.44%19.02%-
HSV(B)199.75º89.77%34.51%-
XYZ3.64.219.86-
YUV49.12149.9499.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.66%
GREEN value IS 62 (24.61% from 255) = 38.99%
BLUE value IS 88 (34.77% from 255) = 55.35%
R=5.66%
G=38.99%
B=55.35%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal962880.900.3000.65199.7581.4419.02
Hex93E585A1E041c85113
Octal117613013236010131012123
Binary100111111010110001011010111100100000111001000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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