#012E4E

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

Shades of Prussian Blue #012E4E

Tints of Prussian Blue #012E4E

Color information

#012E4E (or 0x012E4E) is unknown color: approx Prussian Blue. HEX triplet: 01, 2E and 4E. RGB value is (1,46,78). Sum of RGB (Red+Green+Blue) = 1+46+78=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 78 (30.86% from 255 or 62.4% from 125); Max value from RGB is 78 - color contains mainly: blue. Hex color #012E4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E4E is #FED1B1. Grayscale: #242424. Windows color (decimal): -16699826 or 5123585. OLE color: 5123585.

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

Color convert

RGB14678-
CMYK0.990.4100.69
HSL204.94º97.47%15.49%-
HSV(B)204.94º98.72%30.59%-
XYZ2.362.517.57-
YUV36.19151.59102.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.8%
GREEN value IS 46 (18.36% from 255) = 36.8%
BLUE value IS 78 (30.86% from 255) = 62.4%
R=0.8%
G=36.8%
B=62.4%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal146780.990.4100.69204.9497.4715.49
Hex12E4E6329045cd61f
Octal15611614351010531514117
Binary110111010011101100011101001010001011100110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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