#012A4E

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

Shades of Prussian Blue #012A4E

Tints of Prussian Blue #012A4E

Color information

#012A4E (or 0x012A4E) is unknown color: approx Prussian Blue. HEX triplet: 01, 2A and 4E. RGB value is (1,42,78). Sum of RGB (Red+Green+Blue) = 1+42+78=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 78 (30.86% from 255 or 64.46% from 121); Max value from RGB is 78 - color contains mainly: blue. Hex color #012A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012A4E is #FED5B1. Grayscale: #212121. Windows color (decimal): -16700850 or 5122561. OLE color: 5122561.

HSL color Cylindrical-coordinate representation of color #012A4E: hue angle of 208.05º 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 #012A4E is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB14278-
CMYK0.990.4600.69
HSL208.05º97.47%15.49%-
HSV(B)208.05º98.72%30.59%-
XYZ2.222.217.52-
YUV33.84152.92104.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 42 (16.80% from 255) = 34.71%
BLUE value IS 78 (30.86% from 255) = 64.46%
R=0.83%
G=34.71%
B=64.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal142780.990.4600.69208.0597.4715.49
Hex12A4E632E045d061f
Octal15211614356010532014117
Binary110101010011101100011101110010001011101000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012A4E; }

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

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

<style>
 a { background-color: #012A4E; }

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

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

<style>
 span { border-color: #012A4E; }

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

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