#012B5B

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

Shades of Prussian Blue #012B5B

Tints of Prussian Blue #012B5B

Color information

#012B5B (or 0x012B5B) is unknown color: approx Prussian Blue. HEX triplet: 01, 2B and 5B. RGB value is (1,43,91). Sum of RGB (Red+Green+Blue) = 1+43+91=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 91 (35.94% from 255 or 67.41% from 135); Max value from RGB is 91 - color contains mainly: blue. Hex color #012B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012B5B is #FED4A4. Grayscale: #232323. Windows color (decimal): -16700581 or 5974785. OLE color: 5974785.

HSL color Cylindrical-coordinate representation of color #012B5B: hue angle of 212º 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 #012B5B is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB14391-
CMYK0.990.5300.64
HSL212º97.83%18.04%-
HSV(B)212º98.9%35.69%-
XYZ2.762.4910.23-
YUV35.91159.09103.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 43 (17.19% from 255) = 31.85%
BLUE value IS 91 (35.94% from 255) = 67.41%
R=0.74%
G=31.85%
B=67.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal143910.990.5300.6421297.8318.04
Hex12B5B6335040d46212
Octal15313314365010032414222
Binary1101011101101111000111101010100000011010100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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