#01315E

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

Shades of Prussian Blue #01315E

Tints of Prussian Blue #01315E

Color information

#01315E (or 0x01315E) is unknown color: approx Prussian Blue. HEX triplet: 01, 31 and 5E. RGB value is (1,49,94). Sum of RGB (Red+Green+Blue) = 1+49+94=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 94 (37.11% from 255 or 65.28% from 144); Max value from RGB is 94 - color contains mainly: blue. Hex color #01315E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01315E is #FECEA1. Grayscale: #272727. Windows color (decimal): -16699042 or 6172929. OLE color: 6172929.

HSL color Cylindrical-coordinate representation of color #01315E: hue angle of 209.03º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01315E is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB14994-
CMYK0.990.4800.63
HSL209.03º97.89%18.63%-
HSV(B)209.03º98.94%36.86%-
XYZ3.133.0111.01-
YUV39.78158.6100.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 94 (37.11% from 255) = 65.28%
R=0.69%
G=34.03%
B=65.28%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal149940.990.4800.63209.0397.8918.63
Hex1315E633003Fd16213
Octal1611361436007732114223
Binary111000110111101100011110000011111111010001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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