#0A3051

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

Shades of Prussian Blue #0A3051

Tints of Prussian Blue #0A3051

Color information

#0A3051 (or 0x0A3051) is unknown color: approx Prussian Blue. HEX triplet: 0A, 30 and 51. RGB value is (10,48,81). Sum of RGB (Red+Green+Blue) = 10+48+81=139 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.19% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 81 (32.03% from 255 or 58.27% from 139); Max value from RGB is 81 - color contains mainly: blue. Hex color #0A3051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3051 is #F5CFAE. Grayscale: #282828. Windows color (decimal): -16109487 or 5320714. OLE color: 5320714.

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

Color convert

RGB104881-
CMYK0.880.4100.68
HSL207.89º78.02%17.84%-
HSV(B)207.89º87.65%31.76%-
XYZ2.672.778.18-
YUV40.4150.91106.32-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.19%
GREEN value IS 48 (19.14% from 255) = 34.53%
BLUE value IS 81 (32.03% from 255) = 58.27%
R=7.19%
G=34.53%
B=58.27%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1048810.880.4100.68207.8978.0217.84
HexA30515829044d04e12
Octal126012113051010432011622
Binary1010110000101000110110001010010100010011010000100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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