#093F68

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

Shades of Prussian Blue #093F68

Tints of Prussian Blue #093F68

Color information

#093F68 (or 0x093F68) is unknown color: approx Prussian Blue. HEX triplet: 09, 3F and 68. RGB value is (9,63,104). Sum of RGB (Red+Green+Blue) = 9+63+104=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 104 (41.02% from 255 or 59.09% from 176); Max value from RGB is 104 - color contains mainly: blue. Hex color #093F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093F68 is #F6C097. Grayscale: #333333. Windows color (decimal): -16171160 or 6831881. OLE color: 6831881.

HSL color Cylindrical-coordinate representation of color #093F68: hue angle of 205.89º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093F68 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB963104-
CMYK0.910.3900.59
HSL205.89º84.07%22.16%-
HSV(B)205.89º91.35%40.78%-
XYZ4.394.6113.76-
YUV51.53157.6197.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.11%
GREEN value IS 63 (25% from 255) = 35.80%
BLUE value IS 104 (41.02% from 255) = 59.09%
R=5.11%
G=35.80%
B=59.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9631040.910.3900.59205.8984.0722.16
Hex93F685B2703Bce5416
Octal11771501334707331612426
Binary100111111111010001011011100111011101111001110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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