#093860

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

Shades of Prussian Blue #093860

Tints of Prussian Blue #093860

Color information

#093860 (or 0x093860) is unknown color: approx Prussian Blue. HEX triplet: 09, 38 and 60. RGB value is (9,56,96). Sum of RGB (Red+Green+Blue) = 9+56+96=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 96 (37.89% from 255 or 59.63% from 161); Max value from RGB is 96 - color contains mainly: blue. Hex color #093860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093860 is #F6C79F. Grayscale: #2E2E2E. Windows color (decimal): -16172960 or 6305801. OLE color: 6305801.

HSL color Cylindrical-coordinate representation of color #093860: hue angle of 207.59º 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 #093860 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB95696-
CMYK0.910.4200.62
HSL207.59º82.86%20.59%-
HSV(B)207.59º90.62%37.65%-
XYZ3.643.7311.59-
YUV46.51155.93101.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.59%
GREEN value IS 56 (22.27% from 255) = 34.78%
BLUE value IS 96 (37.89% from 255) = 59.63%
R=5.59%
G=34.78%
B=59.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal956960.910.4200.62207.5982.8620.59
Hex938605B2A03Ed05315
Octal11701401335207632012325
Binary100111100011000001011011101010011111011010000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093860; }

 p { color: rgb(9,56,96); }

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

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

 a { background-color: rgb(9,56,96); }

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

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

 span { border-color: rgb(9,56,96); }

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