#013B72

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

Shades of Prussian Blue #013B72

Tints of Prussian Blue #013B72

Color information

#013B72 (or 0x013B72) is unknown color: approx Prussian Blue. HEX triplet: 01, 3B and 72. RGB value is (1,59,114). Sum of RGB (Red+Green+Blue) = 1+59+114=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 114 (44.92% from 255 or 65.52% from 174); Max value from RGB is 114 - color contains mainly: blue. Hex color #013B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013B72 is #FEC48D. Grayscale: #2F2F2F. Windows color (decimal): -16696462 or 7486209. OLE color: 7486209.

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

Color convert

RGB159114-
CMYK0.990.4800.55
HSL209.2º98.26%22.55%-
HSV(B)209.2º99.12%44.71%-
XYZ4.614.3516.52-
YUV47.93165.2894.53-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 59 (23.44% from 255) = 33.91%
BLUE value IS 114 (44.92% from 255) = 65.52%
R=0.57%
G=33.91%
B=65.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1591140.990.4800.55209.298.2622.55
Hex13B726330037d16217
Octal1731621436006732114227
Binary111101111100101100011110000011011111010001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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