#093E60

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

Shades of Prussian Blue #093E60

Tints of Prussian Blue #093E60

Color information

#093E60 (or 0x093E60) is unknown color: approx Prussian Blue. HEX triplet: 09, 3E and 60. RGB value is (9,62,96). Sum of RGB (Red+Green+Blue) = 9+62+96=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #093E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E60 is #F6C19F. Grayscale: #313131. Windows color (decimal): -16171424 or 6307337. OLE color: 6307337.

HSL color Cylindrical-coordinate representation of color #093E60: hue angle of 203.45º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093E60 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB96296-
CMYK0.910.3500.62
HSL203.45º82.86%20.59%-
HSV(B)203.45º90.62%37.65%-
XYZ3.954.3511.7-
YUV50.03153.9498.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.39%
GREEN value IS 62 (24.61% from 255) = 37.13%
BLUE value IS 96 (37.89% from 255) = 57.49%
R=5.39%
G=37.13%
B=57.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal962960.910.3500.62203.4582.8620.59
Hex93E605B2303Ecb5315
Octal11761401334307631312325
Binary100111111011000001011011100011011111011001011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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