#093261

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

Shades of Prussian Blue #093261

Tints of Prussian Blue #093261

Color information

#093261 (or 0x093261) is unknown color: approx Prussian Blue. HEX triplet: 09, 32 and 61. RGB value is (9,50,97). Sum of RGB (Red+Green+Blue) = 9+50+97=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 97 (38.28% from 255 or 62.18% from 156); Max value from RGB is 97 - color contains mainly: blue. Hex color #093261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093261 is #F6CD9E. Grayscale: #2A2A2A. Windows color (decimal): -16174495 or 6369801. OLE color: 6369801.

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

Color convert

RGB95097-
CMYK0.910.4800.62
HSL212.05º83.02%20.78%-
HSV(B)212.05º90.72%38.04%-
XYZ3.413.211.75-
YUV43.1158.42103.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.77%
GREEN value IS 50 (19.92% from 255) = 32.05%
BLUE value IS 97 (38.28% from 255) = 62.18%
R=5.77%
G=32.05%
B=62.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal950970.910.4800.62212.0583.0220.78
Hex932615B3003Ed45315
Octal11621411336007632412325
Binary100111001011000011011011110000011111011010100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093261; }

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

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

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

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

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

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

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

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