#013270

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

Shades of Prussian Blue #013270

Tints of Prussian Blue #013270

Color information

#013270 (or 0x013270) is unknown color: approx Prussian Blue. HEX triplet: 01, 32 and 70. RGB value is (1,50,112). Sum of RGB (Red+Green+Blue) = 1+50+112=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 112 (44.14% from 255 or 68.71% from 163); Max value from RGB is 112 - color contains mainly: blue. Hex color #013270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013270 is #FECD8F. Grayscale: #2A2A2A. Windows color (decimal): -16698768 or 7352833. OLE color: 7352833.

HSL color Cylindrical-coordinate representation of color #013270: hue angle of 213.51º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013270 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB150112-
CMYK0.990.5500.56
HSL213.51º98.23%22.16%-
HSV(B)213.51º99.11%43.92%-
XYZ4.083.4615.78-
YUV42.42167.2798.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 50 (19.92% from 255) = 30.67%
BLUE value IS 112 (44.14% from 255) = 68.71%
R=0.61%
G=30.67%
B=68.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1501120.990.5500.56213.5198.2322.16
Hex132706337038d66216
Octal1621601436707032614226
Binary111001011100001100011110111011100011010110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013270; }

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

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

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

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

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

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

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

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