#0A3159

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

Shades of Prussian Blue #0A3159

Tints of Prussian Blue #0A3159

Color information

#0A3159 (or 0x0A3159) is unknown color: approx Prussian Blue. HEX triplet: 0A, 31 and 59. RGB value is (10,49,89). Sum of RGB (Red+Green+Blue) = 10+49+89=148 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.76% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 89 (35.16% from 255 or 60.14% from 148); Max value from RGB is 89 - color contains mainly: blue. Hex color #0A3159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3159 is #F5CEA6. Grayscale: #292929. Windows color (decimal): -16109223 or 5845258. OLE color: 5845258.

HSL color Cylindrical-coordinate representation of color #0A3159: hue angle of 210.38º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A3159 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB104989-
CMYK0.890.4500.65
HSL210.38º79.8%19.41%-
HSV(B)210.38º88.76%34.9%-
XYZ3.032.989.87-
YUV41.9154.58105.25-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.76%
GREEN value IS 49 (19.53% from 255) = 33.11%
BLUE value IS 89 (35.16% from 255) = 60.14%
R=6.76%
G=33.11%
B=60.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1049890.890.4500.65210.3879.819.41
HexA3159592D041d25013
Octal126113113155010132212023
Binary1010110001101100110110011011010100000111010010101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A3159; }

 p { color: rgb(10,49,89); }

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

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

 a { background-color: rgb(10,49,89); }

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

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

 span { border-color: rgb(10,49,89); }

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