#01336E

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

Shades of Prussian Blue #01336E

Tints of Prussian Blue #01336E

Color information

#01336E (or 0x01336E) is unknown color: approx Prussian Blue. HEX triplet: 01, 33 and 6E. RGB value is (1,51,110). Sum of RGB (Red+Green+Blue) = 1+51+110=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 110 (43.36% from 255 or 67.90% from 162); Max value from RGB is 110 - color contains mainly: blue. Hex color #01336E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01336E is #FECC91. Grayscale: #2A2A2A. Windows color (decimal): -16698514 or 7222017. OLE color: 7222017.

HSL color Cylindrical-coordinate representation of color #01336E: hue angle of 212.48º 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 #01336E is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB151110-
CMYK0.990.5400.57
HSL212.48º98.2%21.76%-
HSV(B)212.48º99.09%43.14%-
XYZ4.013.515.22-
YUV42.78165.9498.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 51 (20.31% from 255) = 31.48%
BLUE value IS 110 (43.36% from 255) = 67.90%
R=0.62%
G=31.48%
B=67.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1511100.990.5400.57212.4898.221.76
Hex1336E6336039d46216
Octal1631561436607132414226
Binary111001111011101100011110110011100111010100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,51,110); }

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

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

 a { background-color: rgb(1,51,110); }

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

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

 span { border-color: rgb(1,51,110); }

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