#01315D

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

Shades of Prussian Blue #01315D

Tints of Prussian Blue #01315D

Color information

#01315D (or 0x01315D) is unknown color: approx Prussian Blue. HEX triplet: 01, 31 and 5D. RGB value is (1,49,93). Sum of RGB (Red+Green+Blue) = 1+49+93=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 93 (36.72% from 255 or 65.03% from 143); Max value from RGB is 93 - color contains mainly: blue. Hex color #01315D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01315D is #FECEA2. Grayscale: #272727. Windows color (decimal): -16699043 or 6107393. OLE color: 6107393.

HSL color Cylindrical-coordinate representation of color #01315D: hue angle of 208.7º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01315D is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB14993-
CMYK0.990.4700.64
HSL208.7º97.87%18.43%-
HSV(B)208.7º98.92%36.47%-
XYZ3.092.9910.77-
YUV39.66158.1100.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.70%
GREEN value IS 49 (19.53% from 255) = 34.27%
BLUE value IS 93 (36.72% from 255) = 65.03%
R=0.70%
G=34.27%
B=65.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal149930.990.4700.64208.797.8718.43
Hex1315D632F040d16212
Octal16113514357010032114222
Binary1110001101110111000111011110100000011010001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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