#0A315B

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

Shades of Prussian Blue #0A315B

Tints of Prussian Blue #0A315B

Color information

#0A315B (or 0x0A315B) is unknown color: approx Prussian Blue. HEX triplet: 0A, 31 and 5B. RGB value is (10,49,91). Sum of RGB (Red+Green+Blue) = 10+49+91=150 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.67% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A315B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A315B is #F5CEA4. Grayscale: #292929. Windows color (decimal): -16109221 or 5976330. OLE color: 5976330.

HSL color Cylindrical-coordinate representation of color #0A315B: hue angle of 211.11º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A315B is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB104991-
CMYK0.890.4600.64
HSL211.11º80.2%19.8%-
HSV(B)211.11º89.01%35.69%-
XYZ3.113.0210.32-
YUV42.13155.58105.08-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.67%
GREEN value IS 49 (19.53% from 255) = 32.67%
BLUE value IS 91 (35.94% from 255) = 60.67%
R=6.67%
G=32.67%
B=60.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1049910.890.4600.64211.1180.219.8
HexA315B592E040d35014
Octal126113313156010032312024
Binary1010110001101101110110011011100100000011010011101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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