#012C6A

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

Shades of Prussian Blue #012C6A

Tints of Prussian Blue #012C6A

Color information

#012C6A (or 0x012C6A) is unknown color: approx Prussian Blue. HEX triplet: 01, 2C and 6A. RGB value is (1,44,106). Sum of RGB (Red+Green+Blue) = 1+44+106=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 106 (41.80% from 255 or 70.20% from 151); Max value from RGB is 106 - color contains mainly: blue. Hex color #012C6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012C6A is #FED395. Grayscale: #252525. Windows color (decimal): -16700310 or 6958081. OLE color: 6958081.

HSL color Cylindrical-coordinate representation of color #012C6A: hue angle of 215.43º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012C6A is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB144106-
CMYK0.990.5800.58
HSL215.43º98.13%20.98%-
HSV(B)215.43º99.06%41.57%-
XYZ3.512.8514-
YUV38.21166.25101.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 44 (17.58% from 255) = 29.14%
BLUE value IS 106 (41.80% from 255) = 70.20%
R=0.66%
G=29.14%
B=70.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1441060.990.5800.58215.4398.1320.98
Hex12C6A633A03Ad76215
Octal1541521437207232714225
Binary110110011010101100011111010011101011010111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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