#012C50

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

Shades of Prussian Blue #012C50

Tints of Prussian Blue #012C50

Color information

#012C50 (or 0x012C50) is unknown color: approx Prussian Blue. HEX triplet: 01, 2C and 50. RGB value is (1,44,80). Sum of RGB (Red+Green+Blue) = 1+44+80=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 44 (17.58% from 255 or 35.2% from 125); Blue value is 80 (31.64% from 255 or 64% from 125); Max value from RGB is 80 - color contains mainly: blue. Hex color #012C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012C50 is #FED3AF. Grayscale: #232323. Windows color (decimal): -16700336 or 5254145. OLE color: 5254145.

HSL color Cylindrical-coordinate representation of color #012C50: hue angle of 207.34º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012C50 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB14480-
CMYK0.990.4500.69
HSL207.34º97.53%15.88%-
HSV(B)207.34º98.75%31.37%-
XYZ2.362.397.93-
YUV35.25153.25103.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.8%
GREEN value IS 44 (17.58% from 255) = 35.2%
BLUE value IS 80 (31.64% from 255) = 64%
R=0.8%
G=35.2%
B=64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal144800.990.4500.69207.3497.5315.88
Hex12C50632D045cf6210
Octal15412014355010531714220
Binary1101100101000011000111011010100010111001111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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