#013154

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

Shades of Prussian Blue #013154

Tints of Prussian Blue #013154

Color information

#013154 (or 0x013154) is unknown color: approx Prussian Blue. HEX triplet: 01, 31 and 54. RGB value is (1,49,84). Sum of RGB (Red+Green+Blue) = 1+49+84=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 84 (33.20% from 255 or 62.69% from 134); Max value from RGB is 84 - color contains mainly: blue. Hex color #013154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013154 is #FECEAB. Grayscale: #262626. Windows color (decimal): -16699052 or 5517569. OLE color: 5517569.

HSL color Cylindrical-coordinate representation of color #013154: hue angle of 205.3º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013154 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB14984-
CMYK0.990.4200.67
HSL205.3º97.65%16.67%-
HSV(B)205.3º98.81%32.94%-
XYZ2.712.848.79-
YUV38.64153.6101.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 49 (19.53% from 255) = 36.57%
BLUE value IS 84 (33.20% from 255) = 62.69%
R=0.75%
G=36.57%
B=62.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal149840.990.4200.67205.397.6516.67
Hex13154632A043cd6211
Octal16112414352010331514221
Binary1110001101010011000111010100100001111001101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013154; }

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

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

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

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

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

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

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

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