#093351

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

Shades of Prussian Blue #093351

Tints of Prussian Blue #093351

Color information

#093351 (or 0x093351) is unknown color: approx Prussian Blue. HEX triplet: 09, 33 and 51. RGB value is (9,51,81). Sum of RGB (Red+Green+Blue) = 9+51+81=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 81 (32.03% from 255 or 57.45% from 141); Max value from RGB is 81 - color contains mainly: blue. Hex color #093351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093351 is #F6CCAE. Grayscale: #292929. Windows color (decimal): -16174255 or 5321481. OLE color: 5321481.

HSL color Cylindrical-coordinate representation of color #093351: hue angle of 205º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093351 is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB95181-
CMYK0.890.3700.68
HSL205º80%17.65%-
HSV(B)205º88.89%31.76%-
XYZ2.783.028.22-
YUV41.86150.09104.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.38%
GREEN value IS 51 (20.31% from 255) = 36.17%
BLUE value IS 81 (32.03% from 255) = 57.45%
R=6.38%
G=36.17%
B=57.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal951810.890.3700.682058017.65
Hex933515925044cd5012
Octal116312113145010431512022
Binary1001110011101000110110011001010100010011001101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093351; }

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

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

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

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

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

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

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

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