#012B5D

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

Shades of Prussian Blue #012B5D

Tints of Prussian Blue #012B5D

Color information

#012B5D (or 0x012B5D) is unknown color: approx Prussian Blue. HEX triplet: 01, 2B and 5D. RGB value is (1,43,93). Sum of RGB (Red+Green+Blue) = 1+43+93=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 43 (17.19% from 255 or 31.39% from 137); Blue value is 93 (36.72% from 255 or 67.88% from 137); Max value from RGB is 93 - color contains mainly: blue. Hex color #012B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012B5D is #FED4A2. Grayscale: #232323. Windows color (decimal): -16700579 or 6105857. OLE color: 6105857.

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

Color convert

RGB14393-
CMYK0.990.5400.64
HSL212.61º97.87%18.43%-
HSV(B)212.61º98.92%36.47%-
XYZ2.852.5210.69-
YUV36.14160.09102.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.73%
GREEN value IS 43 (17.19% from 255) = 31.39%
BLUE value IS 93 (36.72% from 255) = 67.88%
R=0.73%
G=31.39%
B=67.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal143930.990.5400.64212.6197.8718.43
Hex12B5D6336040d56212
Octal15313514366010032514222
Binary1101011101110111000111101100100000011010101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,43,93); }

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

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

 a { background-color: rgb(1,43,93); }

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

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

 span { border-color: rgb(1,43,93); }

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