#01396D

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

Shades of Prussian Blue #01396D

Tints of Prussian Blue #01396D

Color information

#01396D (or 0x01396D) is unknown color: approx Prussian Blue. HEX triplet: 01, 39 and 6D. RGB value is (1,57,109). Sum of RGB (Red+Green+Blue) = 1+57+109=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 109 (42.97% from 255 or 65.27% from 167); Max value from RGB is 109 - color contains mainly: blue. Hex color #01396D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01396D is #FEC692. Grayscale: #2D2D2D. Windows color (decimal): -16696979 or 7158017. OLE color: 7158017.

HSL color Cylindrical-coordinate representation of color #01396D: hue angle of 208.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01396D is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB157109-
CMYK0.990.4800.57
HSL208.89º98.18%21.57%-
HSV(B)208.89º99.08%42.75%-
XYZ4.244.0415.02-
YUV46.18163.4595.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 57 (22.66% from 255) = 34.13%
BLUE value IS 109 (42.97% from 255) = 65.27%
R=0.60%
G=34.13%
B=65.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1571090.990.4800.57208.8998.1821.57
Hex1396D6330039d16216
Octal1711551436007132114226
Binary111100111011011100011110000011100111010001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,57,109); }

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

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

 a { background-color: rgb(1,57,109); }

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

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

 span { border-color: rgb(1,57,109); }

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