#012757

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

Shades of Prussian Blue #012757

Tints of Prussian Blue #012757

Color information

#012757 (or 0x012757) is unknown color: approx Prussian Blue. HEX triplet: 01, 27 and 57. RGB value is (1,39,87). Sum of RGB (Red+Green+Blue) = 1+39+87=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 87 (34.38% from 255 or 68.50% from 127); Max value from RGB is 87 - color contains mainly: blue. Hex color #012757 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012757 is #FED8A8. Grayscale: #202020. Windows color (decimal): -16701609 or 5711617. OLE color: 5711617.

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

Color convert

RGB13987-
CMYK0.990.5500.66
HSL213.49º97.73%17.25%-
HSV(B)213.49º98.85%34.12%-
XYZ2.462.159.3-
YUV33.11158.41105.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 39 (15.62% from 255) = 30.71%
BLUE value IS 87 (34.38% from 255) = 68.50%
R=0.79%
G=30.71%
B=68.50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal139870.990.5500.66213.4997.7317.25
Hex127576337042d56211
Octal14712714367010232514221
Binary1100111101011111000111101110100001011010101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012757; }

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

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

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

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

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

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

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

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