#01295E

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

Shades of Prussian Blue #01295E

Tints of Prussian Blue #01295E

Color information

#01295E (or 0x01295E) is unknown color: approx Prussian Blue. HEX triplet: 01, 29 and 5E. RGB value is (1,41,94). Sum of RGB (Red+Green+Blue) = 1+41+94=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 94 (37.11% from 255 or 69.12% from 136); Max value from RGB is 94 - color contains mainly: blue. Hex color #01295E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01295E is #FED6A1. Grayscale: #222222. Windows color (decimal): -16701090 or 6170881. OLE color: 6170881.

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

Color convert

RGB14194-
CMYK0.990.5600.63
HSL214.19º97.89%18.63%-
HSV(B)214.19º98.94%36.86%-
XYZ2.832.410.9-
YUV35.08161.25103.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 41 (16.41% from 255) = 30.15%
BLUE value IS 94 (37.11% from 255) = 69.12%
R=0.74%
G=30.15%
B=69.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal141940.990.5600.63214.1997.8918.63
Hex1295E633803Fd66213
Octal1511361437007732614223
Binary110100110111101100011111000011111111010110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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