#012C53

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

Shades of Prussian Blue #012C53

Tints of Prussian Blue #012C53

Color information

#012C53 (or 0x012C53) is unknown color: approx Prussian Blue. HEX triplet: 01, 2C and 53. RGB value is (1,44,83). Sum of RGB (Red+Green+Blue) = 1+44+83=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 83 (32.81% from 255 or 64.84% from 128); Max value from RGB is 83 - color contains mainly: blue. Hex color #012C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012C53 is #FED3AC. Grayscale: #232323. Windows color (decimal): -16700333 or 5450753. OLE color: 5450753.

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

Color convert

RGB14483-
CMYK0.990.4700.67
HSL208.54º97.62%16.47%-
HSV(B)208.54º98.8%32.55%-
XYZ2.472.438.52-
YUV35.59154.75103.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 44 (17.58% from 255) = 34.38%
BLUE value IS 83 (32.81% from 255) = 64.84%
R=0.78%
G=34.38%
B=64.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal144830.990.4700.67208.5497.6216.47
Hex12C53632F043d16210
Octal15412314357010332114220
Binary1101100101001111000111011110100001111010001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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