#093271

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

Shades of Prussian Blue #093271

Tints of Prussian Blue #093271

Color information

#093271 (or 0x093271) is unknown color: approx Prussian Blue. HEX triplet: 09, 32 and 71. RGB value is (9,50,113). Sum of RGB (Red+Green+Blue) = 9+50+113=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 113 (44.53% from 255 or 65.70% from 172); Max value from RGB is 113 - color contains mainly: blue. Hex color #093271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093271 is #F6CD8E. Grayscale: #2C2C2C. Windows color (decimal): -16174479 or 7418377. OLE color: 7418377.

HSL color Cylindrical-coordinate representation of color #093271: hue angle of 216.35º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093271 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB950113-
CMYK0.920.5600.56
HSL216.35º85.25%23.92%-
HSV(B)216.35º92.04%44.31%-
XYZ4.233.5316.08-
YUV44.92166.42102.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.23%
GREEN value IS 50 (19.92% from 255) = 29.07%
BLUE value IS 113 (44.53% from 255) = 65.70%
R=5.23%
G=29.07%
B=65.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9501130.920.5600.56216.3585.2523.92
Hex932715C38038d85518
Octal11621611347007033012530
Binary100111001011100011011100111000011100011011000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093271; }

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

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

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

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

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

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

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

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