#093358

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

Shades of Prussian Blue #093358

Tints of Prussian Blue #093358

Color information

#093358 (or 0x093358) is unknown color: approx Prussian Blue. HEX triplet: 09, 33 and 58. RGB value is (9,51,88). Sum of RGB (Red+Green+Blue) = 9+51+88=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 88 (34.77% from 255 or 59.46% from 148); Max value from RGB is 88 - color contains mainly: blue. Hex color #093358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093358 is #F6CCA7. Grayscale: #2A2A2A. Windows color (decimal): -16174248 or 5780233. OLE color: 5780233.

HSL color Cylindrical-coordinate representation of color #093358: hue angle of 208.1º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #093358 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB95188-
CMYK0.900.4200.65
HSL208.1º81.44%19.02%-
HSV(B)208.1º89.77%34.51%-
XYZ3.063.139.68-
YUV42.66153.59103.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.08%
GREEN value IS 51 (20.31% from 255) = 34.46%
BLUE value IS 88 (34.77% from 255) = 59.46%
R=6.08%
G=34.46%
B=59.46%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal951880.900.4200.65208.181.4419.02
Hex933585A2A041d05113
Octal116313013252010132012123
Binary1001110011101100010110101010100100000111010000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093358; }

 p { color: rgb(9,51,88); }

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

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

 a { background-color: rgb(9,51,88); }

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

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

 span { border-color: rgb(9,51,88); }

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