#013260

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

Shades of Prussian Blue #013260

Tints of Prussian Blue #013260

Color information

#013260 (or 0x013260) is unknown color: approx Prussian Blue. HEX triplet: 01, 32 and 60. RGB value is (1,50,96). Sum of RGB (Red+Green+Blue) = 1+50+96=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #013260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013260 is #FECD9F. Grayscale: #282828. Windows color (decimal): -16698784 or 6304257. OLE color: 6304257.

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

Color convert

RGB15096-
CMYK0.990.4800.62
HSL209.05º97.94%19.02%-
HSV(B)209.05º98.96%37.65%-
XYZ3.263.1311.5-
YUV40.59159.2799.76-

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) = 34.01%
BLUE value IS 96 (37.89% from 255) = 65.31%
R=0.68%
G=34.01%
B=65.31%

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
Decimal150960.990.4800.62209.0597.9419.02
Hex13260633003Ed16213
Octal1621401436007632114223
Binary111001011000001100011110000011111011010001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013260; }

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

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

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

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

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

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

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

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