#012E4C

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

Shades of Prussian Blue #012E4C

Tints of Prussian Blue #012E4C

Color information

#012E4C (or 0x012E4C) is unknown color: approx Prussian Blue. HEX triplet: 01, 2E and 4C. RGB value is (1,46,76). Sum of RGB (Red+Green+Blue) = 1+46+76=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 76 (30.08% from 255 or 61.79% from 123); Max value from RGB is 76 - color contains mainly: blue. Hex color #012E4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012E4C is #FED1B3. Grayscale: #232323. Windows color (decimal): -16699828 or 4992513. OLE color: 4992513.

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

Color convert

RGB14676-
CMYK0.990.3900.70
HSL204º97.4%15.1%-
HSV(B)204º98.68%29.8%-
XYZ2.292.487.2-
YUV35.96150.59103.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 46 (18.36% from 255) = 37.40%
BLUE value IS 76 (30.08% from 255) = 61.79%
R=0.81%
G=37.40%
B=61.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal146760.990.3900.7020497.415.1
Hex12E4C6327046cc61f
Octal15611414347010631414117
Binary110111010011001100011100111010001101100110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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