#093D66

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

Shades of Prussian Blue #093D66

Tints of Prussian Blue #093D66

Color information

#093D66 (or 0x093D66) is unknown color: approx Prussian Blue. HEX triplet: 09, 3D and 66. RGB value is (9,61,102). Sum of RGB (Red+Green+Blue) = 9+61+102=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 102 (40.23% from 255 or 59.30% from 172); Max value from RGB is 102 - color contains mainly: blue. Hex color #093D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093D66 is #F6C299. Grayscale: #313131. Windows color (decimal): -16171674 or 6700297. OLE color: 6700297.

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

Color convert

RGB961102-
CMYK0.910.4000.6
HSL206.45º83.78%21.76%-
HSV(B)206.45º91.18%40%-
XYZ4.184.3513.19-
YUV50.13157.2798.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.23%
GREEN value IS 61 (24.22% from 255) = 35.47%
BLUE value IS 102 (40.23% from 255) = 59.30%
R=5.23%
G=35.47%
B=59.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9611020.910.4000.6206.4583.7821.76
Hex93D665B2803Cce5416
Octal11751461335007431612426
Binary100111110111001101011011101000011110011001110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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