#012655

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

Shades of Prussian Blue #012655

Tints of Prussian Blue #012655

Color information

#012655 (or 0x012655) is unknown color: approx Prussian Blue. HEX triplet: 01, 26 and 55. RGB value is (1,38,85). Sum of RGB (Red+Green+Blue) = 1+38+85=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 85 (33.59% from 255 or 68.55% from 124); Max value from RGB is 85 - color contains mainly: blue. Hex color #012655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012655 is #FED9AA. Grayscale: #202020. Windows color (decimal): -16701867 or 5580289. OLE color: 5580289.

HSL color Cylindrical-coordinate representation of color #012655: hue angle of 213.57º 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 #012655 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB13885-
CMYK0.990.5500.67
HSL213.57º97.67%16.86%-
HSV(B)213.57º98.82%33.33%-
XYZ2.352.058.87-
YUV32.29157.74105.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 38 (15.23% from 255) = 30.65%
BLUE value IS 85 (33.59% from 255) = 68.55%
R=0.81%
G=30.65%
B=68.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal138850.990.5500.67213.5797.6716.86
Hex126556337043d66211
Octal14612514367010332614221
Binary1100110101010111000111101110100001111010110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012655; }

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

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

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

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

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

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

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

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