#01396F

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

Shades of Prussian Blue #01396F

Tints of Prussian Blue #01396F

Color information

#01396F (or 0x01396F) is unknown color: approx Prussian Blue. HEX triplet: 01, 39 and 6F. RGB value is (1,57,111). Sum of RGB (Red+Green+Blue) = 1+57+111=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 111 (43.75% from 255 or 65.68% from 169); Max value from RGB is 111 - color contains mainly: blue. Hex color #01396F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01396F is #FEC690. Grayscale: #2E2E2E. Windows color (decimal): -16696977 or 7289089. OLE color: 7289089.

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

Color convert

RGB157111-
CMYK0.990.4900.56
HSL209.45º98.21%21.96%-
HSV(B)209.45º99.1%43.53%-
XYZ4.344.0815.6-
YUV46.41164.4595.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.59%
GREEN value IS 57 (22.66% from 255) = 33.73%
BLUE value IS 111 (43.75% from 255) = 65.68%
R=0.59%
G=33.73%
B=65.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1571110.990.4900.56209.4598.2121.96
Hex1396F6331038d16216
Octal1711571436107032114226
Binary111100111011111100011110001011100011010001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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