#013277

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

Shades of Prussian Blue #013277

Tints of Prussian Blue #013277

Color information

#013277 (or 0x013277) is unknown color: approx Prussian Blue. HEX triplet: 01, 32 and 77. RGB value is (1,50,119). Sum of RGB (Red+Green+Blue) = 1+50+119=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 119 (46.88% from 255 or 70% from 170); Max value from RGB is 119 - color contains mainly: blue. Hex color #013277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013277 is #FECD88. Grayscale: #2A2A2A. Windows color (decimal): -16698761 or 7811585. OLE color: 7811585.

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

Color convert

RGB150119-
CMYK0.990.5800.53
HSL215.08º98.33%23.53%-
HSV(B)215.08º99.16%46.67%-
XYZ4.483.6217.92-
YUV43.22170.7797.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.59%
GREEN value IS 50 (19.92% from 255) = 29.41%
BLUE value IS 119 (46.88% from 255) = 70%
R=0.59%
G=29.41%
B=70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1501190.990.5800.53215.0898.3323.53
Hex13277633A035d76218
Octal1621671437206532714230
Binary111001011101111100011111010011010111010111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013277; }

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

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

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

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

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

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

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

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