#0A3551

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

Shades of Prussian Blue #0A3551

Tints of Prussian Blue #0A3551

Color information

#0A3551 (or 0x0A3551) is unknown color: approx Prussian Blue. HEX triplet: 0A, 35 and 51. RGB value is (10,53,81). Sum of RGB (Red+Green+Blue) = 10+53+81=144 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.94% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 81 (32.03% from 255 or 56.25% from 144); Max value from RGB is 81 - color contains mainly: blue. Hex color #0A3551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3551 is #F5CAAE. Grayscale: #2B2B2B. Windows color (decimal): -16108207 or 5321994. OLE color: 5321994.

HSL color Cylindrical-coordinate representation of color #0A3551: hue angle of 203.66º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A3551 is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB105381-
CMYK0.880.3500.68
HSL203.66º78.02%17.84%-
HSV(B)203.66º87.65%31.76%-
XYZ2.883.28.25-
YUV43.34149.25104.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.94%
GREEN value IS 53 (21.09% from 255) = 36.81%
BLUE value IS 81 (32.03% from 255) = 56.25%
R=6.94%
G=36.81%
B=56.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1053810.880.3500.68203.6678.0217.84
HexA35515823044cc4e12
Octal126512113043010431411622
Binary1010110101101000110110001000110100010011001100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,53,81); }

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

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

 a { background-color: rgb(10,53,81); }

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

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

 span { border-color: rgb(10,53,81); }

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