#093255

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

Shades of Prussian Blue #093255

Tints of Prussian Blue #093255

Color information

#093255 (or 0x093255) is unknown color: approx Prussian Blue. HEX triplet: 09, 32 and 55. RGB value is (9,50,85). Sum of RGB (Red+Green+Blue) = 9+50+85=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 85 (33.59% from 255 or 59.03% from 144); Max value from RGB is 85 - color contains mainly: blue. Hex color #093255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093255 is #F6CDAA. Grayscale: #292929. Windows color (decimal): -16174507 or 5583369. OLE color: 5583369.

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

Color convert

RGB95085-
CMYK0.890.4100.67
HSL207.63º80.85%18.43%-
HSV(B)207.63º89.41%33.33%-
XYZ2.8939.02-
YUV41.73152.42104.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.25%
GREEN value IS 50 (19.92% from 255) = 34.72%
BLUE value IS 85 (33.59% from 255) = 59.03%
R=6.25%
G=34.72%
B=59.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal950850.890.4100.67207.6380.8518.43
Hex932555929043d05112
Octal116212513151010332012122
Binary1001110010101010110110011010010100001111010000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093255; }

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

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

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

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

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

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

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

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