#012858

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

Shades of Prussian Blue #012858

Tints of Prussian Blue #012858

Color information

#012858 (or 0x012858) is unknown color: approx Prussian Blue. HEX triplet: 01, 28 and 58. RGB value is (1,40,88). Sum of RGB (Red+Green+Blue) = 1+40+88=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 88 (34.77% from 255 or 68.22% from 129); Max value from RGB is 88 - color contains mainly: blue. Hex color #012858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012858 is #FED7A7. Grayscale: #212121. Windows color (decimal): -16701352 or 5777409. OLE color: 5777409.

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

Color convert

RGB14088-
CMYK0.990.5500.65
HSL213.1º97.75%17.45%-
HSV(B)213.1º98.86%34.51%-
XYZ2.532.239.53-
YUV33.81158.58104.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 40 (16.02% from 255) = 31.01%
BLUE value IS 88 (34.77% from 255) = 68.22%
R=0.78%
G=31.01%
B=68.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal140880.990.5500.65213.197.7517.45
Hex128586337041d56211
Octal15013014367010132514221
Binary1101000101100011000111101110100000111010101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012858; }

 p { color: rgb(1,40,88); }

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

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

 a { background-color: rgb(1,40,88); }

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

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

 span { border-color: rgb(1,40,88); }

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