#01316A

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

Shades of Prussian Blue #01316A

Tints of Prussian Blue #01316A

Color information

#01316A (or 0x01316A) is unknown color: approx Prussian Blue. HEX triplet: 01, 31 and 6A. RGB value is (1,49,106). Sum of RGB (Red+Green+Blue) = 1+49+106=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 106 (41.80% from 255 or 67.95% from 156); Max value from RGB is 106 - color contains mainly: blue. Hex color #01316A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01316A is #FECE95. Grayscale: #282828. Windows color (decimal): -16699030 or 6959361. OLE color: 6959361.

HSL color Cylindrical-coordinate representation of color #01316A: hue angle of 212.57º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01316A is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB149106-
CMYK0.990.5400.58
HSL212.57º98.13%20.98%-
HSV(B)212.57º99.06%41.57%-
XYZ3.713.2414.07-
YUV41.15164.699.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 49 (19.53% from 255) = 31.41%
BLUE value IS 106 (41.80% from 255) = 67.95%
R=0.64%
G=31.41%
B=67.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1491060.990.5400.58212.5798.1320.98
Hex1316A633603Ad56215
Octal1611521436607232514225
Binary111000111010101100011110110011101011010101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01316A; }

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

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

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

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

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

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

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

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