#012951

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

Shades of Prussian Blue #012951

Tints of Prussian Blue #012951

Color information

#012951 (or 0x012951) is unknown color: approx Prussian Blue. HEX triplet: 01, 29 and 51. RGB value is (1,41,81). Sum of RGB (Red+Green+Blue) = 1+41+81=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 81 (32.03% from 255 or 65.85% from 123); Max value from RGB is 81 - color contains mainly: blue. Hex color #012951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012951 is #FED6AE. Grayscale: #212121. Windows color (decimal): -16701103 or 5318913. OLE color: 5318913.

HSL color Cylindrical-coordinate representation of color #012951: hue angle of 210º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012951 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB14181-
CMYK0.990.4900.68
HSL210º97.56%16.08%-
HSV(B)210º98.77%31.76%-
XYZ2.292.198.09-
YUV33.6154.75104.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 41 (16.41% from 255) = 33.33%
BLUE value IS 81 (32.03% from 255) = 65.85%
R=0.81%
G=33.33%
B=65.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal141810.990.4900.6821097.5616.08
Hex129516331044d26210
Octal15112114361010432214220
Binary1101001101000111000111100010100010011010010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012951; }

 p { color: rgb(1,41,81); }

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

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

 a { background-color: rgb(1,41,81); }

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

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

 span { border-color: rgb(1,41,81); }

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