#093471

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

Shades of Prussian Blue #093471

Tints of Prussian Blue #093471

Color information

#093471 (or 0x093471) is unknown color: approx Prussian Blue. HEX triplet: 09, 34 and 71. RGB value is (9,52,113). Sum of RGB (Red+Green+Blue) = 9+52+113=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 113 (44.53% from 255 or 64.94% from 174); Max value from RGB is 113 - color contains mainly: blue. Hex color #093471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093471 is #F6CB8E. Grayscale: #2D2D2D. Windows color (decimal): -16173967 or 7418889. OLE color: 7418889.

HSL color Cylindrical-coordinate representation of color #093471: hue angle of 215.19º 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 #093471 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB952113-
CMYK0.920.5400.56
HSL215.19º85.25%23.92%-
HSV(B)215.19º92.04%44.31%-
XYZ4.323.7116.11-
YUV46.1165.75101.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.17%
GREEN value IS 52 (20.70% from 255) = 29.89%
BLUE value IS 113 (44.53% from 255) = 64.94%
R=5.17%
G=29.89%
B=64.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9521130.920.5400.56215.1985.2523.92
Hex934715C36038d75518
Octal11641611346607032712530
Binary100111010011100011011100110110011100011010111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093471; }

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

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

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

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

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

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

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

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