#012E78

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

Shades of Prussian Blue #012E78

Tints of Prussian Blue #012E78

Color information

#012E78 (or 0x012E78) is unknown color: approx Prussian Blue. HEX triplet: 01, 2E and 78. RGB value is (1,46,120). Sum of RGB (Red+Green+Blue) = 1+46+120=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 120 (47.27% from 255 or 71.86% from 167); Max value from RGB is 120 - color contains mainly: blue. Hex color #012E78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E78 is #FED187. Grayscale: #282828. Windows color (decimal): -16699784 or 7876097. OLE color: 7876097.

HSL color Cylindrical-coordinate representation of color #012E78: hue angle of 217.31º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E78 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB146120-
CMYK0.990.6200.53
HSL217.31º98.35%23.73%-
HSV(B)217.31º99.17%47.06%-
XYZ4.383.3218.18-
YUV40.98172.5999.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 46 (18.36% from 255) = 27.54%
BLUE value IS 120 (47.27% from 255) = 71.86%
R=0.60%
G=27.54%
B=71.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1461200.990.6200.53217.3198.3523.73
Hex12E78633E035d96218
Octal1561701437606533114230
Binary110111011110001100011111110011010111011001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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