#093A55

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

Shades of Prussian Blue #093A55

Tints of Prussian Blue #093A55

Color information

#093A55 (or 0x093A55) is unknown color: approx Prussian Blue. HEX triplet: 09, 3A and 55. RGB value is (9,58,85). Sum of RGB (Red+Green+Blue) = 9+58+85=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #093A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A55 is #F6C5AA. Grayscale: #2E2E2E. Windows color (decimal): -16172459 or 5585417. OLE color: 5585417.

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

Color convert

RGB95885-
CMYK0.890.3200.67
HSL201.32º80.85%18.43%-
HSV(B)201.32º89.41%33.33%-
XYZ3.273.749.14-
YUV46.43149.77101.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.92%
GREEN value IS 58 (23.05% from 255) = 38.16%
BLUE value IS 85 (33.59% from 255) = 55.92%
R=5.92%
G=38.16%
B=55.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal958850.890.3200.67201.3280.8518.43
Hex93A555920043c95112
Octal117212513140010331112122
Binary1001111010101010110110011000000100001111001001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093A55; }

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

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

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

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

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

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

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

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