#013168

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

Shades of Prussian Blue #013168

Tints of Prussian Blue #013168

Color information

#013168 (or 0x013168) is unknown color: approx Prussian Blue. HEX triplet: 01, 31 and 68. RGB value is (1,49,104). Sum of RGB (Red+Green+Blue) = 1+49+104=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 104 (41.02% from 255 or 67.53% from 154); Max value from RGB is 104 - color contains mainly: blue. Hex color #013168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013168 is #FECE97. Grayscale: #282828. Windows color (decimal): -16699032 or 6828289. OLE color: 6828289.

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

Color convert

RGB149104-
CMYK0.990.5300.59
HSL212.04º98.1%20.59%-
HSV(B)212.04º99.04%40.78%-
XYZ3.613.213.52-
YUV40.92163.699.53-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 49 (19.53% from 255) = 31.82%
BLUE value IS 104 (41.02% from 255) = 67.53%
R=0.65%
G=31.82%
B=67.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1491040.990.5300.59212.0498.120.59
Hex13168633503Bd46215
Octal1611501436507332414225
Binary111000111010001100011110101011101111010100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013168; }

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

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

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

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

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

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

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

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