#013777

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

Shades of Prussian Blue #013777

Tints of Prussian Blue #013777

Color information

#013777 (or 0x013777) is unknown color: approx Prussian Blue. HEX triplet: 01, 37 and 77. RGB value is (1,55,119). Sum of RGB (Red+Green+Blue) = 1+55+119=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 119 (46.88% from 255 or 68% from 175); Max value from RGB is 119 - color contains mainly: blue. Hex color #013777 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013777 is #FEC888. Grayscale: #2D2D2D. Windows color (decimal): -16697481 or 7812865. OLE color: 7812865.

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

Color convert

RGB155119-
CMYK0.990.5400.53
HSL212.54º98.33%23.53%-
HSV(B)212.54º99.16%46.67%-
XYZ4.714.0717.99-
YUV46.15169.1195.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 55 (21.88% from 255) = 31.43%
BLUE value IS 119 (46.88% from 255) = 68%
R=0.57%
G=31.43%
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.53
SystemRedGreenBlueCMYKHSL
Decimal1551190.990.5400.53212.5498.3323.53
Hex137776336035d56218
Octal1671671436606532514230
Binary111011111101111100011110110011010111010101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013777; }

 p { color: rgb(1,55,119); }

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

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

 a { background-color: rgb(1,55,119); }

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

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

 span { border-color: rgb(1,55,119); }

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