#01366D

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

Shades of Prussian Blue #01366D

Tints of Prussian Blue #01366D

Color information

#01366D (or 0x01366D) is unknown color: approx Prussian Blue. HEX triplet: 01, 36 and 6D. RGB value is (1,54,109). Sum of RGB (Red+Green+Blue) = 1+54+109=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 109 (42.97% from 255 or 66.46% from 164); Max value from RGB is 109 - color contains mainly: blue. Hex color #01366D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01366D is #FEC992. Grayscale: #2C2C2C. Windows color (decimal): -16697747 or 7157249. OLE color: 7157249.

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

Color convert

RGB154109-
CMYK0.990.5000.57
HSL210.56º98.18%21.57%-
HSV(B)210.56º99.08%42.75%-
XYZ4.093.7514.98-
YUV44.42164.4497.03-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 54 (21.48% from 255) = 32.93%
BLUE value IS 109 (42.97% from 255) = 66.46%
R=0.61%
G=32.93%
B=66.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1541090.990.5000.57210.5698.1821.57
Hex1366D6332039d36216
Octal1661551436207132314226
Binary111011011011011100011110010011100111010011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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