#093861

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

Shades of Prussian Blue #093861

Tints of Prussian Blue #093861

Color information

#093861 (or 0x093861) is unknown color: approx Prussian Blue. HEX triplet: 09, 38 and 61. RGB value is (9,56,97). Sum of RGB (Red+Green+Blue) = 9+56+97=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 97 (38.28% from 255 or 59.88% from 162); Max value from RGB is 97 - color contains mainly: blue. Hex color #093861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093861 is #F6C79E. Grayscale: #2E2E2E. Windows color (decimal): -16172959 or 6371337. OLE color: 6371337.

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

Color convert

RGB95697-
CMYK0.910.4200.62
HSL207.95º83.02%20.78%-
HSV(B)207.95º90.72%38.04%-
XYZ3.683.7511.84-
YUV46.62156.43101.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.56%
GREEN value IS 56 (22.27% from 255) = 34.57%
BLUE value IS 97 (38.28% from 255) = 59.88%
R=5.56%
G=34.57%
B=59.88%

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
Decimal956970.910.4200.62207.9583.0220.78
Hex938615B2A03Ed05315
Octal11701411335207632012325
Binary100111100011000011011011101010011111011010000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093861; }

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

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

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

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

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

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

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

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