#013161

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

Shades of Prussian Blue #013161

Tints of Prussian Blue #013161

Color information

#013161 (or 0x013161) is unknown color: approx Prussian Blue. HEX triplet: 01, 31 and 61. RGB value is (1,49,97). Sum of RGB (Red+Green+Blue) = 1+49+97=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 97 (38.28% from 255 or 65.99% from 147); Max value from RGB is 97 - color contains mainly: blue. Hex color #013161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013161 is #FECE9E. Grayscale: #272727. Windows color (decimal): -16699039 or 6369537. OLE color: 6369537.

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

Color convert

RGB14997-
CMYK0.990.4900.62
HSL210º97.96%19.22%-
HSV(B)210º98.97%38.04%-
XYZ3.273.0711.73-
YUV40.12160.1100.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 49 (19.53% from 255) = 33.33%
BLUE value IS 97 (38.28% from 255) = 65.99%
R=0.68%
G=33.33%
B=65.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal149970.990.4900.6221097.9619.22
Hex13161633103Ed26213
Octal1611411436107632214223
Binary111000111000011100011110001011111011010010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013161; }

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

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

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

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

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

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

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

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