#01294E

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

Shades of Prussian Blue #01294E

Tints of Prussian Blue #01294E

Color information

#01294E (or 0x01294E) is unknown color: approx Prussian Blue. HEX triplet: 01, 29 and 4E. RGB value is (1,41,78). Sum of RGB (Red+Green+Blue) = 1+41+78=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 78 (30.86% from 255 or 65% from 120); Max value from RGB is 78 - color contains mainly: blue. Hex color #01294E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01294E is #FED6B1. Grayscale: #212121. Windows color (decimal): -16701106 or 5122305. OLE color: 5122305.

HSL color Cylindrical-coordinate representation of color #01294E: hue angle of 208.83º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01294E is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB14178-
CMYK0.990.4700.69
HSL208.83º97.47%15.49%-
HSV(B)208.83º98.72%30.59%-
XYZ2.182.147.51-
YUV33.26153.25104.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 41 (16.41% from 255) = 34.17%
BLUE value IS 78 (30.86% from 255) = 65%
R=0.83%
G=34.17%
B=65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal141780.990.4700.69208.8397.4715.49
Hex1294E632F045d161f
Octal15111614357010532114117
Binary110100110011101100011101111010001011101000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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