#012755

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

Shades of Prussian Blue #012755

Tints of Prussian Blue #012755

Color information

#012755 (or 0x012755) is unknown color: approx Prussian Blue. HEX triplet: 01, 27 and 55. RGB value is (1,39,85). Sum of RGB (Red+Green+Blue) = 1+39+85=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 85 (33.59% from 255 or 68% from 125); Max value from RGB is 85 - color contains mainly: blue. Hex color #012755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012755 is #FED8AA. Grayscale: #202020. Windows color (decimal): -16701611 or 5580545. OLE color: 5580545.

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

Color convert

RGB13985-
CMYK0.990.5400.67
HSL212.86º97.67%16.86%-
HSV(B)212.86º98.82%33.33%-
XYZ2.382.118.88-
YUV32.88157.41105.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.8%
GREEN value IS 39 (15.62% from 255) = 31.2%
BLUE value IS 85 (33.59% from 255) = 68%
R=0.8%
G=31.2%
B=68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal139850.990.5400.67212.8697.6716.86
Hex127556336043d56211
Octal14712514366010332514221
Binary1100111101010111000111101100100001111010101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012755; }

 p { color: rgb(1,39,85); }

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

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

 a { background-color: rgb(1,39,85); }

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

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

 span { border-color: rgb(1,39,85); }

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