#01314D

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

Shades of Prussian Blue #01314D

Tints of Prussian Blue #01314D

Color information

#01314D (or 0x01314D) is unknown color: approx Prussian Blue. HEX triplet: 01, 31 and 4D. RGB value is (1,49,77). Sum of RGB (Red+Green+Blue) = 1+49+77=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 77 (30.47% from 255 or 60.63% from 127); Max value from RGB is 77 - color contains mainly: blue. Hex color #01314D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01314D is #FECEB2. Grayscale: #252525. Windows color (decimal): -16699059 or 5058817. OLE color: 5058817.

HSL color Cylindrical-coordinate representation of color #01314D: hue angle of 202.11º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01314D is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB14977-
CMYK0.990.3600.70
HSL202.11º97.44%15.29%-
HSV(B)202.11º98.7%30.2%-
XYZ2.452.747.42-
YUV37.84150.1101.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 49 (19.53% from 255) = 38.58%
BLUE value IS 77 (30.47% from 255) = 60.63%
R=0.79%
G=38.58%
B=60.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal149770.990.3600.70202.1197.4415.29
Hex1314D6324046ca61f
Octal16111514344010631214117
Binary111000110011011100011100100010001101100101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01314D; }

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

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

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

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

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

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

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

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