#093E66

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

Shades of Prussian Blue #093E66

Tints of Prussian Blue #093E66

Color information

#093E66 (or 0x093E66) is unknown color: approx Prussian Blue. HEX triplet: 09, 3E and 66. RGB value is (9,62,102). Sum of RGB (Red+Green+Blue) = 9+62+102=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 102 (40.23% from 255 or 58.96% from 173); Max value from RGB is 102 - color contains mainly: blue. Hex color #093E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E66 is #F6C199. Grayscale: #323232. Windows color (decimal): -16171418 or 6700553. OLE color: 6700553.

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

Color convert

RGB962102-
CMYK0.910.3900.6
HSL205.81º83.78%21.76%-
HSV(B)205.81º91.18%40%-
XYZ4.234.4613.21-
YUV50.71156.9498.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.20%
GREEN value IS 62 (24.61% from 255) = 35.84%
BLUE value IS 102 (40.23% from 255) = 58.96%
R=5.20%
G=35.84%
B=58.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9621020.910.3900.6205.8183.7821.76
Hex93E665B2703Cce5416
Octal11761461334707431612426
Binary100111111011001101011011100111011110011001110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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