#093F60

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

Shades of Prussian Blue #093F60

Tints of Prussian Blue #093F60

Color information

#093F60 (or 0x093F60) is unknown color: approx Prussian Blue. HEX triplet: 09, 3F and 60. RGB value is (9,63,96). Sum of RGB (Red+Green+Blue) = 9+63+96=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #093F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093F60 is #F6C09F. Grayscale: #323232. Windows color (decimal): -16171168 or 6307593. OLE color: 6307593.

HSL color Cylindrical-coordinate representation of color #093F60: hue angle of 202.76º 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 #093F60 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB96396-
CMYK0.910.3400.62
HSL202.76º82.86%20.59%-
HSV(B)202.76º90.62%37.65%-
XYZ44.4611.72-
YUV50.62153.6198.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.36%
GREEN value IS 63 (25% from 255) = 37.5%
BLUE value IS 96 (37.89% from 255) = 57.14%
R=5.36%
G=37.5%
B=57.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal963960.910.3400.62202.7682.8620.59
Hex93F605B2203Ecb5315
Octal11771401334207631312325
Binary100111111111000001011011100010011111011001011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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