#0A3151

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

Shades of Prussian Blue #0A3151

Tints of Prussian Blue #0A3151

Color information

#0A3151 (or 0x0A3151) is unknown color: approx Prussian Blue. HEX triplet: 0A, 31 and 51. RGB value is (10,49,81). Sum of RGB (Red+Green+Blue) = 10+49+81=140 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.14% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 81 (32.03% from 255 or 57.86% from 140); Max value from RGB is 81 - color contains mainly: blue. Hex color #0A3151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3151 is #F5CEAE. Grayscale: #282828. Windows color (decimal): -16109231 or 5320970. OLE color: 5320970.

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

Color convert

RGB104981-
CMYK0.880.4000.68
HSL207.04º78.02%17.84%-
HSV(B)207.04º87.65%31.76%-
XYZ2.712.868.19-
YUV40.99150.58105.9-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.14%
GREEN value IS 49 (19.53% from 255) = 35%
BLUE value IS 81 (32.03% from 255) = 57.86%
R=7.14%
G=35%
B=57.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1049810.880.4000.68207.0478.0217.84
HexA31515828044cf4e12
Octal126112113050010431711622
Binary1010110001101000110110001010000100010011001111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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