#013268

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

Shades of Prussian Blue #013268

Tints of Prussian Blue #013268

Color information

#013268 (or 0x013268) is unknown color: approx Prussian Blue. HEX triplet: 01, 32 and 68. RGB value is (1,50,104). Sum of RGB (Red+Green+Blue) = 1+50+104=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 104 (41.02% from 255 or 67.10% from 155); Max value from RGB is 104 - color contains mainly: blue. Hex color #013268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013268 is #FECD97. Grayscale: #292929. Windows color (decimal): -16698776 or 6828545. OLE color: 6828545.

HSL color Cylindrical-coordinate representation of color #013268: hue angle of 211.46º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013268 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB150104-
CMYK0.990.5200.59
HSL211.46º98.1%20.59%-
HSV(B)211.46º99.04%40.78%-
XYZ3.653.2913.54-
YUV41.5163.2799.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 104 (41.02% from 255) = 67.10%
R=0.65%
G=32.26%
B=67.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1501040.990.5200.59211.4698.120.59
Hex13268633403Bd36215
Octal1621501436407332314225
Binary111001011010001100011110100011101111010011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013268; }

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

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

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

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

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

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

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

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