#093476

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

Shades of Prussian Blue #093476

Tints of Prussian Blue #093476

Color information

#093476 (or 0x093476) is unknown color: approx Prussian Blue. HEX triplet: 09, 34 and 76. RGB value is (9,52,118). Sum of RGB (Red+Green+Blue) = 9+52+118=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 118 (46.48% from 255 or 65.92% from 179); Max value from RGB is 118 - color contains mainly: blue. Hex color #093476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093476 is #F6CB89. Grayscale: #2E2E2E. Windows color (decimal): -16173962 or 7746569. OLE color: 7746569.

HSL color Cylindrical-coordinate representation of color #093476: hue angle of 216.33º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093476 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB952118-
CMYK0.920.5600.54
HSL216.33º85.83%24.9%-
HSV(B)216.33º92.37%46.27%-
XYZ4.613.8217.63-
YUV46.67168.25101.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.03%
GREEN value IS 52 (20.70% from 255) = 29.05%
BLUE value IS 118 (46.48% from 255) = 65.92%
R=5.03%
G=29.05%
B=65.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9521180.920.5600.54216.3385.8324.9
Hex934765C38036d85619
Octal11641661347006633012631
Binary100111010011101101011100111000011011011011000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093476; }

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

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

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

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

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

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

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

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