#013051

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

Shades of Prussian Blue #013051

Tints of Prussian Blue #013051

Color information

#013051 (or 0x013051) is unknown color: approx Prussian Blue. HEX triplet: 01, 30 and 51. RGB value is (1,48,81). Sum of RGB (Red+Green+Blue) = 1+48+81=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 81 (32.03% from 255 or 62.31% from 130); Max value from RGB is 81 - color contains mainly: blue. Hex color #013051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013051 is #FECFAE. Grayscale: #252525. Windows color (decimal): -16699311 or 5320705. OLE color: 5320705.

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

Color convert

RGB14881-
CMYK0.990.4100.68
HSL204.75º97.56%16.08%-
HSV(B)204.75º98.77%31.76%-
XYZ2.552.718.17-
YUV37.71152.43101.82-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.77%
GREEN value IS 48 (19.14% from 255) = 36.92%
BLUE value IS 81 (32.03% from 255) = 62.31%
R=0.77%
G=36.92%
B=62.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal148810.990.4100.68204.7597.5616.08
Hex130516329044cd6210
Octal16012114351010431514220
Binary1110000101000111000111010010100010011001101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013051; }

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

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

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

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

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

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

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

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