#093551

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

Shades of Prussian Blue #093551

Tints of Prussian Blue #093551

Color information

#093551 (or 0x093551) is unknown color: approx Prussian Blue. HEX triplet: 09, 35 and 51. RGB value is (9,53,81). Sum of RGB (Red+Green+Blue) = 9+53+81=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 81 (32.03% from 255 or 56.64% from 143); Max value from RGB is 81 - color contains mainly: blue. Hex color #093551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093551 is #F6CAAE. Grayscale: #2A2A2A. Windows color (decimal): -16173743 or 5321993. OLE color: 5321993.

HSL color Cylindrical-coordinate representation of color #093551: hue angle of 203.33º 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 #093551 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB95381-
CMYK0.890.3500.68
HSL203.33º80%17.65%-
HSV(B)203.33º88.89%31.76%-
XYZ2.873.28.25-
YUV43.04149.42103.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 53 (21.09% from 255) = 37.06%
BLUE value IS 81 (32.03% from 255) = 56.64%
R=6.29%
G=37.06%
B=56.64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal953810.890.3500.68203.338017.65
Hex935515923044cb5012
Octal116512113143010431312022
Binary1001110101101000110110011000110100010011001011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093551; }

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

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

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

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

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

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

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

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