#013151

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

Shades of Prussian Blue #013151

Tints of Prussian Blue #013151

Color information

#013151 (or 0x013151) is unknown color: approx Prussian Blue. HEX triplet: 01, 31 and 51. RGB value is (1,49,81). Sum of RGB (Red+Green+Blue) = 1+49+81=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #013151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013151 is #FECEAE. Grayscale: #262626. Windows color (decimal): -16699055 or 5320961. OLE color: 5320961.

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

Color convert

RGB14981-
CMYK0.990.4000.68
HSL204º97.56%16.08%-
HSV(B)204º98.77%31.76%-
XYZ2.62.88.19-
YUV38.3152.1101.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 49 (19.53% from 255) = 37.40%
BLUE value IS 81 (32.03% from 255) = 61.83%
R=0.76%
G=37.40%
B=61.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal149810.990.4000.6820497.5616.08
Hex131516328044cc6210
Octal16112114350010431414220
Binary1110001101000111000111010000100010011001100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013151; }

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

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

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

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

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

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

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

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