#013060

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

Shades of Prussian Blue #013060

Tints of Prussian Blue #013060

Color information

#013060 (or 0x013060) is unknown color: approx Prussian Blue. HEX triplet: 01, 30 and 60. RGB value is (1,48,96). Sum of RGB (Red+Green+Blue) = 1+48+96=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 96 (37.89% from 255 or 66.21% from 145); Max value from RGB is 96 - color contains mainly: blue. Hex color #013060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013060 is #FECF9F. Grayscale: #272727. Windows color (decimal): -16699296 or 6303745. OLE color: 6303745.

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

Color convert

RGB14896-
CMYK0.990.5000.62
HSL210.32º97.94%19.02%-
HSV(B)210.32º98.96%37.65%-
XYZ3.182.9611.47-
YUV39.42159.93100.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 48 (19.14% from 255) = 33.10%
BLUE value IS 96 (37.89% from 255) = 66.21%
R=0.69%
G=33.10%
B=66.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal148960.990.5000.62210.3297.9419.02
Hex13060633203Ed26213
Octal1601401436207632214223
Binary111000011000001100011110010011111011010010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013060; }

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

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

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

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

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

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

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

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