#093A66

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

Shades of Prussian Blue #093A66

Tints of Prussian Blue #093A66

Color information

#093A66 (or 0x093A66) is unknown color: approx Prussian Blue. HEX triplet: 09, 3A and 66. RGB value is (9,58,102). Sum of RGB (Red+Green+Blue) = 9+58+102=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 102 (40.23% from 255 or 60.36% from 169); Max value from RGB is 102 - color contains mainly: blue. Hex color #093A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A66 is #F6C599. Grayscale: #303030. Windows color (decimal): -16172442 or 6699529. OLE color: 6699529.

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

Color convert

RGB958102-
CMYK0.910.4300.6
HSL208.39º83.78%21.76%-
HSV(B)208.39º91.18%40%-
XYZ4.024.0413.14-
YUV48.36158.2799.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.33%
GREEN value IS 58 (23.05% from 255) = 34.32%
BLUE value IS 102 (40.23% from 255) = 60.36%
R=5.33%
G=34.32%
B=60.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9581020.910.4300.6208.3983.7821.76
Hex93A665B2B03Cd05416
Octal11721461335307432012426
Binary100111101011001101011011101011011110011010000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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