#013B71

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

Shades of Prussian Blue #013B71

Tints of Prussian Blue #013B71

Color information

#013B71 (or 0x013B71) is unknown color: approx Prussian Blue. HEX triplet: 01, 3B and 71. RGB value is (1,59,113). Sum of RGB (Red+Green+Blue) = 1+59+113=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 113 (44.53% from 255 or 65.32% from 173); Max value from RGB is 113 - color contains mainly: blue. Hex color #013B71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013B71 is #FEC48E. Grayscale: #2F2F2F. Windows color (decimal): -16696463 or 7420673. OLE color: 7420673.

HSL color Cylindrical-coordinate representation of color #013B71: hue angle of 208.93º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013B71 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB159113-
CMYK0.990.4800.56
HSL208.93º98.25%22.35%-
HSV(B)208.93º99.12%44.31%-
XYZ4.564.3316.22-
YUV47.81164.7894.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 59 (23.44% from 255) = 34.10%
BLUE value IS 113 (44.53% from 255) = 65.32%
R=0.58%
G=34.10%
B=65.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1591130.990.4800.56208.9398.2522.35
Hex13B716330038d16216
Octal1731611436007032114226
Binary111101111100011100011110000011100011010001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013B71; }

 p { color: rgb(1,59,113); }

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

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

 a { background-color: rgb(1,59,113); }

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

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

 span { border-color: rgb(1,59,113); }

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