#012751

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

Shades of Prussian Blue #012751

Tints of Prussian Blue #012751

Color information

#012751 (or 0x012751) is unknown color: approx Prussian Blue. HEX triplet: 01, 27 and 51. RGB value is (1,39,81). Sum of RGB (Red+Green+Blue) = 1+39+81=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 81 (32.03% from 255 or 66.94% from 121); Max value from RGB is 81 - color contains mainly: blue. Hex color #012751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012751 is #FED8AE. Grayscale: #202020. Windows color (decimal): -16701615 or 5318401. OLE color: 5318401.

HSL color Cylindrical-coordinate representation of color #012751: hue angle of 211.5º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012751 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB13981-
CMYK0.990.5200.68
HSL211.5º97.56%16.08%-
HSV(B)211.5º98.77%31.76%-
XYZ2.222.058.06-
YUV32.43155.41105.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 39 (15.62% from 255) = 32.23%
BLUE value IS 81 (32.03% from 255) = 66.94%
R=0.83%
G=32.23%
B=66.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal139810.990.5200.68211.597.5616.08
Hex127516334044d46210
Octal14712114364010432414220
Binary1100111101000111000111101000100010011010100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012751; }

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

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

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

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

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

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

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

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