#013178

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

Shades of Prussian Blue #013178

Tints of Prussian Blue #013178

Color information

#013178 (or 0x013178) is unknown color: approx Prussian Blue. HEX triplet: 01, 31 and 78. RGB value is (1,49,120). Sum of RGB (Red+Green+Blue) = 1+49+120=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 120 (47.27% from 255 or 70.59% from 170); Max value from RGB is 120 - color contains mainly: blue. Hex color #013178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013178 is #FECE87. Grayscale: #2A2A2A. Windows color (decimal): -16699016 or 7876865. OLE color: 7876865.

HSL color Cylindrical-coordinate representation of color #013178: hue angle of 215.8º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013178 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB149120-
CMYK0.990.5900.53
HSL215.8º98.35%23.73%-
HSV(B)215.8º99.17%47.06%-
XYZ4.53.5618.22-
YUV42.74171.698.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.59%
GREEN value IS 49 (19.53% from 255) = 28.82%
BLUE value IS 120 (47.27% from 255) = 70.59%
R=0.59%
G=28.82%
B=70.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1491200.990.5900.53215.898.3523.73
Hex13178633B035d86218
Octal1611701437306533014230
Binary111000111110001100011111011011010111011000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013178; }

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

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

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

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

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

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

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

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