#093066

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

Shades of Prussian Blue #093066

Tints of Prussian Blue #093066

Color information

#093066 (or 0x093066) is unknown color: approx Prussian Blue. HEX triplet: 09, 30 and 66. RGB value is (9,48,102). Sum of RGB (Red+Green+Blue) = 9+48+102=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 102 (40.23% from 255 or 64.15% from 159); Max value from RGB is 102 - color contains mainly: blue. Hex color #093066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093066 is #F6CF99. Grayscale: #2A2A2A. Windows color (decimal): -16175002 or 6696969. OLE color: 6696969.

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

Color convert

RGB948102-
CMYK0.910.5300.6
HSL214.84º83.78%21.76%-
HSV(B)214.84º91.18%40%-
XYZ3.573.1312.99-
YUV42.5161.58104.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.66%
GREEN value IS 48 (19.14% from 255) = 30.19%
BLUE value IS 102 (40.23% from 255) = 64.15%
R=5.66%
G=30.19%
B=64.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9481020.910.5300.6214.8483.7821.76
Hex930665B3503Cd75416
Octal11601461336507432712426
Binary100111000011001101011011110101011110011010111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093066; }

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

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

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

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

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

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

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

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