#012C5A

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

Shades of Prussian Blue #012C5A

Tints of Prussian Blue #012C5A

Color information

#012C5A (or 0x012C5A) is unknown color: approx Prussian Blue. HEX triplet: 01, 2C and 5A. RGB value is (1,44,90). Sum of RGB (Red+Green+Blue) = 1+44+90=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 90 (35.55% from 255 or 66.67% from 135); Max value from RGB is 90 - color contains mainly: blue. Hex color #012C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012C5A is #FED3A5. Grayscale: #242424. Windows color (decimal): -16700326 or 5909505. OLE color: 5909505.

HSL color Cylindrical-coordinate representation of color #012C5A: hue angle of 211.01º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012C5A is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB14490-
CMYK0.990.5100.65
HSL211.01º97.8%17.84%-
HSV(B)211.01º98.89%35.29%-
XYZ2.762.5510.02-
YUV36.39158.25102.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 44 (17.58% from 255) = 32.59%
BLUE value IS 90 (35.55% from 255) = 66.67%
R=0.74%
G=32.59%
B=66.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal144900.990.5100.65211.0197.817.84
Hex12C5A6333041d36212
Octal15413214363010132314222
Binary1101100101101011000111100110100000111010011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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