#09284D

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

Shades of Prussian Blue #09284D

Tints of Prussian Blue #09284D

Color information

#09284D (or 0x09284D) is unknown color: approx Prussian Blue. HEX triplet: 09, 28 and 4D. RGB value is (9,40,77). Sum of RGB (Red+Green+Blue) = 9+40+77=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #09284D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09284D is #F6D7B2. Grayscale: #222222. Windows color (decimal): -16177075 or 5056521. OLE color: 5056521.

HSL color Cylindrical-coordinate representation of color #09284D: hue angle of 212.65º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09284D is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB94077-
CMYK0.880.4800.70
HSL212.65º79.07%16.86%-
HSV(B)212.65º88.31%30.2%-
XYZ2.212.117.31-
YUV34.95151.73109.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.14%
GREEN value IS 40 (16.02% from 255) = 31.75%
BLUE value IS 77 (30.47% from 255) = 61.11%
R=7.14%
G=31.75%
B=61.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal940770.880.4800.70212.6579.0716.86
Hex9284D5830046d54f11
Octal115011513060010632511721
Binary1001101000100110110110001100000100011011010101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09284D; }

 p { color: rgb(9,40,77); }

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

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

 a { background-color: rgb(9,40,77); }

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

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

 span { border-color: rgb(9,40,77); }

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