#093561

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

Shades of Prussian Blue #093561

Tints of Prussian Blue #093561

Color information

#093561 (or 0x093561) is unknown color: approx Prussian Blue. HEX triplet: 09, 35 and 61. RGB value is (9,53,97). Sum of RGB (Red+Green+Blue) = 9+53+97=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 97 (38.28% from 255 or 61.01% from 159); Max value from RGB is 97 - color contains mainly: blue. Hex color #093561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093561 is #F6CA9E. Grayscale: #2C2C2C. Windows color (decimal): -16173727 or 6370569. OLE color: 6370569.

HSL color Cylindrical-coordinate representation of color #093561: hue angle of 210º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093561 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB95397-
CMYK0.910.4500.62
HSL210º83.02%20.78%-
HSV(B)210º90.72%38.04%-
XYZ3.543.4711.79-
YUV44.86157.42102.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.66%
GREEN value IS 53 (21.09% from 255) = 33.33%
BLUE value IS 97 (38.28% from 255) = 61.01%
R=5.66%
G=33.33%
B=61.01%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal953970.910.4500.6221083.0220.78
Hex935615B2D03Ed25315
Octal11651411335507632212325
Binary100111010111000011011011101101011111011010010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093561; }

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

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

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

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

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

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

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

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