#012C4D

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

Shades of Prussian Blue #012C4D

Tints of Prussian Blue #012C4D

Color information

#012C4D (or 0x012C4D) is unknown color: approx Prussian Blue. HEX triplet: 01, 2C and 4D. RGB value is (1,44,77). Sum of RGB (Red+Green+Blue) = 1+44+77=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #012C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012C4D is #FED3B2. Grayscale: #222222. Windows color (decimal): -16700339 or 5057537. OLE color: 5057537.

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

Color convert

RGB14477-
CMYK0.990.4300.70
HSL206.05º97.44%15.29%-
HSV(B)206.05º98.7%30.2%-
XYZ2.252.347.35-
YUV34.9151.75103.82-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.82%
GREEN value IS 44 (17.58% from 255) = 36.07%
BLUE value IS 77 (30.47% from 255) = 63.11%
R=0.82%
G=36.07%
B=63.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal144770.990.4300.70206.0597.4415.29
Hex12C4D632B046ce61f
Octal15411514353010631614117
Binary110110010011011100011101011010001101100111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,44,77); }

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

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

 a { background-color: rgb(1,44,77); }

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

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

 span { border-color: rgb(1,44,77); }

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