#01425E

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

Shades of Prussian Blue #01425E

Tints of Prussian Blue #01425E

Color information

#01425E (or 0x01425E) is unknown color: approx Prussian Blue. HEX triplet: 01, 42 and 5E. RGB value is (1,66,94). Sum of RGB (Red+Green+Blue) = 1+66+94=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 94 (37.11% from 255 or 58.39% from 161); Max value from RGB is 94 - color contains mainly: blue. Hex color #01425E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01425E is #FEBDA1. Grayscale: #313131. Windows color (decimal): -16694690 or 6177281. OLE color: 6177281.

HSL color Cylindrical-coordinate representation of color #01425E: hue angle of 198.06º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01425E is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB16694-
CMYK0.990.3000.63
HSL198.06º97.89%18.63%-
HSV(B)198.06º98.94%36.86%-
XYZ3.984.7111.29-
YUV49.76152.9793.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 66 (26.17% from 255) = 40.99%
BLUE value IS 94 (37.11% from 255) = 58.39%
R=0.62%
G=40.99%
B=58.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal166940.990.3000.63198.0697.8918.63
Hex1425E631E03Fc66213
Octal11021361433607730614223
Binary110000101011110110001111110011111111000110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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