#093553

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

Shades of Prussian Blue #093553

Tints of Prussian Blue #093553

Color information

#093553 (or 0x093553) is unknown color: approx Prussian Blue. HEX triplet: 09, 35 and 53. RGB value is (9,53,83). Sum of RGB (Red+Green+Blue) = 9+53+83=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 83 (32.81% from 255 or 57.24% from 145); Max value from RGB is 83 - color contains mainly: blue. Hex color #093553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093553 is #F6CAAC. Grayscale: #2B2B2B. Windows color (decimal): -16173741 or 5453065. OLE color: 5453065.

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

Color convert

RGB95383-
CMYK0.890.3600.67
HSL204.32º80.43%18.04%-
HSV(B)204.32º89.16%32.55%-
XYZ2.953.238.65-
YUV43.26150.42103.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.21%
GREEN value IS 53 (21.09% from 255) = 36.55%
BLUE value IS 83 (32.81% from 255) = 57.24%
R=6.21%
G=36.55%
B=57.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal953830.890.3600.67204.3280.4318.04
Hex935535924043cc5012
Octal116512313144010331412022
Binary1001110101101001110110011001000100001111001100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093553; }

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

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

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

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

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

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

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

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