#0A3351

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

Shades of Prussian Blue #0A3351

Tints of Prussian Blue #0A3351

Color information

#0A3351 (or 0x0A3351) is unknown color: approx Prussian Blue. HEX triplet: 0A, 33 and 51. RGB value is (10,51,81). Sum of RGB (Red+Green+Blue) = 10+51+81=142 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.04% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 81 (32.03% from 255 or 57.04% from 142); Max value from RGB is 81 - color contains mainly: blue. Hex color #0A3351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3351 is #F5CCAE. Grayscale: #2A2A2A. Windows color (decimal): -16108719 or 5321482. OLE color: 5321482.

HSL color Cylindrical-coordinate representation of color #0A3351: hue angle of 205.35º 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 #0A3351 is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB105181-
CMYK0.880.3700.68
HSL205.35º78.02%17.84%-
HSV(B)205.35º87.65%31.76%-
XYZ2.793.038.22-
YUV42.16149.92105.06-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.04%
GREEN value IS 51 (20.31% from 255) = 35.92%
BLUE value IS 81 (32.03% from 255) = 57.04%
R=7.04%
G=35.92%
B=57.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1051810.880.3700.68205.3578.0217.84
HexA33515825044cd4e12
Octal126312113045010431511622
Binary1010110011101000110110001001010100010011001101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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