#093655

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

Shades of Prussian Blue #093655

Tints of Prussian Blue #093655

Color information

#093655 (or 0x093655) is unknown color: approx Prussian Blue. HEX triplet: 09, 36 and 55. RGB value is (9,54,85). Sum of RGB (Red+Green+Blue) = 9+54+85=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 85 (33.59% from 255 or 57.43% from 148); Max value from RGB is 85 - color contains mainly: blue. Hex color #093655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093655 is #F6C9AA. Grayscale: #2B2B2B. Windows color (decimal): -16173483 or 5584393. OLE color: 5584393.

HSL color Cylindrical-coordinate representation of color #093655: hue angle of 204.47º degrees, saturation: 0.81, 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 #093655 is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB95485-
CMYK0.890.3600.67
HSL204.47º80.85%18.43%-
HSV(B)204.47º89.41%33.33%-
XYZ3.073.359.08-
YUV44.08151.09102.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.08%
GREEN value IS 54 (21.48% from 255) = 36.49%
BLUE value IS 85 (33.59% from 255) = 57.43%
R=6.08%
G=36.49%
B=57.43%

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
Decimal954850.890.3600.67204.4780.8518.43
Hex936555924043cc5112
Octal116612513144010331412122
Binary1001110110101010110110011001000100001111001100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093655; }

 p { color: rgb(9,54,85); }

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

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

 a { background-color: rgb(9,54,85); }

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

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

 span { border-color: rgb(9,54,85); }

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