#012E70

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

Shades of Prussian Blue #012E70

Tints of Prussian Blue #012E70

Color information

#012E70 (or 0x012E70) is unknown color: approx Prussian Blue. HEX triplet: 01, 2E and 70. RGB value is (1,46,112). Sum of RGB (Red+Green+Blue) = 1+46+112=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #012E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E70 is #FED18F. Grayscale: #272727. Windows color (decimal): -16699792 or 7351809. OLE color: 7351809.

HSL color Cylindrical-coordinate representation of color #012E70: hue angle of 215.68º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E70 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB146112-
CMYK0.990.5900.56
HSL215.68º98.23%22.16%-
HSV(B)215.68º99.11%43.92%-
XYZ3.913.1315.73-
YUV40.07168.59100.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 46 (18.36% from 255) = 28.93%
BLUE value IS 112 (44.14% from 255) = 70.44%
R=0.63%
G=28.93%
B=70.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1461120.990.5900.56215.6898.2322.16
Hex12E70633B038d86216
Octal1561601437307033014226
Binary110111011100001100011111011011100011011000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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