#01406F

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

Shades of Prussian Blue #01406F

Tints of Prussian Blue #01406F

Color information

#01406F (or 0x01406F) is unknown color: approx Prussian Blue. HEX triplet: 01, 40 and 6F. RGB value is (1,64,111). Sum of RGB (Red+Green+Blue) = 1+64+111=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 111 (43.75% from 255 or 63.07% from 176); Max value from RGB is 111 - color contains mainly: blue. Hex color #01406F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01406F is #FEBF90. Grayscale: #323232. Windows color (decimal): -16695185 or 7290881. OLE color: 7290881.

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

Color convert

RGB164111-
CMYK0.990.4200.56
HSL205.64º98.21%21.96%-
HSV(B)205.64º99.1%43.53%-
XYZ4.724.8215.72-
YUV50.52162.1392.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 64 (25.39% from 255) = 36.36%
BLUE value IS 111 (43.75% from 255) = 63.07%
R=0.57%
G=36.36%
B=63.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1641110.990.4200.56205.6498.2121.96
Hex1406F632A038ce6216
Octal11001571435207031614226
Binary1100000011011111100011101010011100011001110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01406F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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