#01426D

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

Shades of Prussian Blue #01426D

Tints of Prussian Blue #01426D

Color information

#01426D (or 0x01426D) is unknown color: approx Prussian Blue. HEX triplet: 01, 42 and 6D. RGB value is (1,66,109). Sum of RGB (Red+Green+Blue) = 1+66+109=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 109 (42.97% from 255 or 61.93% from 176); Max value from RGB is 109 - color contains mainly: blue. Hex color #01426D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01426D is #FEBD92. Grayscale: #333333. Windows color (decimal): -16694675 or 7160321. OLE color: 7160321.

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

Color convert

RGB166109-
CMYK0.990.3900.57
HSL203.89º98.18%21.57%-
HSV(B)203.89º99.08%42.75%-
XYZ4.725.0115.19-
YUV51.47160.4792-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 66 (26.17% from 255) = 37.5%
BLUE value IS 109 (42.97% from 255) = 61.93%
R=0.57%
G=37.5%
B=61.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1661090.990.3900.57203.8998.1821.57
Hex1426D6327039cc6216
Octal11021551434707131414226
Binary1100001011011011100011100111011100111001100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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