#093565

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

Shades of Prussian Blue #093565

Tints of Prussian Blue #093565

Color information

#093565 (or 0x093565) is unknown color: approx Prussian Blue. HEX triplet: 09, 35 and 65. RGB value is (9,53,101). Sum of RGB (Red+Green+Blue) = 9+53+101=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 101 (39.84% from 255 or 61.96% from 163); Max value from RGB is 101 - color contains mainly: blue. Hex color #093565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093565 is #F6CA9A. Grayscale: #2D2D2D. Windows color (decimal): -16173723 or 6632713. OLE color: 6632713.

HSL color Cylindrical-coordinate representation of color #093565: hue angle of 211.3º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093565 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB953101-
CMYK0.910.4800.60
HSL211.3º83.64%21.57%-
HSV(B)211.3º91.09%39.61%-
XYZ3.733.5412.8-
YUV45.32159.42102.1-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.52%
GREEN value IS 53 (21.09% from 255) = 32.52%
BLUE value IS 101 (39.84% from 255) = 61.96%
R=5.52%
G=32.52%
B=61.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9531010.910.4800.60211.383.6421.57
Hex935655B3003Cd35416
Octal11651451336007432312426
Binary100111010111001011011011110000011110011010011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093565; }

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

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

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

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

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

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

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

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