#01366F

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

Shades of Prussian Blue #01366F

Tints of Prussian Blue #01366F

Color information

#01366F (or 0x01366F) is unknown color: approx Prussian Blue. HEX triplet: 01, 36 and 6F. RGB value is (1,54,111). Sum of RGB (Red+Green+Blue) = 1+54+111=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 111 (43.75% from 255 or 66.87% from 166); Max value from RGB is 111 - color contains mainly: blue. Hex color #01366F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01366F is #FEC990. Grayscale: #2C2C2C. Windows color (decimal): -16697745 or 7288321. OLE color: 7288321.

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

Color convert

RGB154111-
CMYK0.990.5100.56
HSL211.09º98.21%21.96%-
HSV(B)211.09º99.1%43.53%-
XYZ4.23.7915.55-
YUV44.65165.4496.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 54 (21.48% from 255) = 32.53%
BLUE value IS 111 (43.75% from 255) = 66.87%
R=0.60%
G=32.53%
B=66.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1541110.990.5100.56211.0998.2121.96
Hex1366F6333038d36216
Octal1661571436307032314226
Binary111011011011111100011110011011100011010011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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