#012654

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

Shades of Prussian Blue #012654

Tints of Prussian Blue #012654

Color information

#012654 (or 0x012654) is unknown color: approx Prussian Blue. HEX triplet: 01, 26 and 54. RGB value is (1,38,84). Sum of RGB (Red+Green+Blue) = 1+38+84=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 84 (33.20% from 255 or 68.29% from 123); Max value from RGB is 84 - color contains mainly: blue. Hex color #012654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012654 is #FED9AB. Grayscale: #1F1F1F. Windows color (decimal): -16701868 or 5514753. OLE color: 5514753.

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

Color convert

RGB13884-
CMYK0.990.5500.67
HSL213.25º97.65%16.67%-
HSV(B)213.25º98.81%32.94%-
XYZ2.312.038.66-
YUV32.18157.24105.76-

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.89%
BLUE value IS 84 (33.20% from 255) = 68.29%
R=0.81%
G=30.89%
B=68.29%

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
Decimal138840.990.5500.67213.2597.6516.67
Hex126546337043d56211
Octal14612414367010332514221
Binary1100110101010011000111101110100001111010101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012654; }

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

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

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

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

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

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

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

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