#012E4A

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

Shades of Prussian Blue #012E4A

Tints of Prussian Blue #012E4A

Color information

#012E4A (or 0x012E4A) is unknown color: approx Prussian Blue. HEX triplet: 01, 2E and 4A. RGB value is (1,46,74). Sum of RGB (Red+Green+Blue) = 1+46+74=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 46 (18.36% from 255 or 38.02% from 121); Blue value is 74 (29.30% from 255 or 61.16% from 121); Max value from RGB is 74 - color contains mainly: blue. Hex color #012E4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012E4A is #FED1B5. Grayscale: #232323. Windows color (decimal): -16699830 or 4861441. OLE color: 4861441.

HSL color Cylindrical-coordinate representation of color #012E4A: hue angle of 203.01º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E4A is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB14674-
CMYK0.990.3800.71
HSL203.01º97.33%14.71%-
HSV(B)203.01º98.65%29.02%-
XYZ2.232.456.84-
YUV35.74149.59103.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 46 (18.36% from 255) = 38.02%
BLUE value IS 74 (29.30% from 255) = 61.16%
R=0.83%
G=38.02%
B=61.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal146740.990.3800.71203.0197.3314.71
Hex12E4A6326047cb61f
Octal15611214346010731314117
Binary110111010010101100011100110010001111100101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,46,74); }

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

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

 a { background-color: rgb(1,46,74); }

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

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

 span { border-color: rgb(1,46,74); }

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