#093966

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

Shades of Prussian Blue #093966

Tints of Prussian Blue #093966

Color information

#093966 (or 0x093966) is unknown color: approx Prussian Blue. HEX triplet: 09, 39 and 66. RGB value is (9,57,102). Sum of RGB (Red+Green+Blue) = 9+57+102=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 102 (40.23% from 255 or 60.71% from 168); Max value from RGB is 102 - color contains mainly: blue. Hex color #093966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093966 is #F6C699. Grayscale: #2F2F2F. Windows color (decimal): -16172698 or 6699273. OLE color: 6699273.

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

Color convert

RGB957102-
CMYK0.910.4400.6
HSL209.03º83.78%21.76%-
HSV(B)209.03º91.18%40%-
XYZ3.973.9413.12-
YUV47.78158.6100.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.36%
GREEN value IS 57 (22.66% from 255) = 33.93%
BLUE value IS 102 (40.23% from 255) = 60.71%
R=5.36%
G=33.93%
B=60.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9571020.910.4400.6209.0383.7821.76
Hex939665B2C03Cd15416
Octal11711461335407432112426
Binary100111100111001101011011101100011110011010001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093966; }

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

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

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

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

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

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

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

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