#013261

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

Shades of Prussian Blue #013261

Tints of Prussian Blue #013261

Color information

#013261 (or 0x013261) is unknown color: approx Prussian Blue. HEX triplet: 01, 32 and 61. RGB value is (1,50,97). Sum of RGB (Red+Green+Blue) = 1+50+97=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 97 (38.28% from 255 or 65.54% from 148); Max value from RGB is 97 - color contains mainly: blue. Hex color #013261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013261 is #FECD9E. Grayscale: #282828. Windows color (decimal): -16698783 or 6369793. OLE color: 6369793.

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

Color convert

RGB15097-
CMYK0.990.4800.62
HSL209.38º97.96%19.22%-
HSV(B)209.38º98.97%38.04%-
XYZ3.313.1511.74-
YUV40.71159.7799.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 50 (19.92% from 255) = 33.78%
BLUE value IS 97 (38.28% from 255) = 65.54%
R=0.68%
G=33.78%
B=65.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal150970.990.4800.62209.3897.9619.22
Hex13261633003Ed16213
Octal1621411436007632114223
Binary111001011000011100011110000011111011010001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013261; }

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

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

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

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

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

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

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

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