#013D70

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

Shades of Prussian Blue #013D70

Tints of Prussian Blue #013D70

Color information

#013D70 (or 0x013D70) is unknown color: approx Prussian Blue. HEX triplet: 01, 3D and 70. RGB value is (1,61,112). Sum of RGB (Red+Green+Blue) = 1+61+112=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #013D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013D70 is #FEC28F. Grayscale: #303030. Windows color (decimal): -16695952 or 7355649. OLE color: 7355649.

HSL color Cylindrical-coordinate representation of color #013D70: hue angle of 207.57º 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 #013D70 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB161112-
CMYK0.990.4600.56
HSL207.57º98.23%22.16%-
HSV(B)207.57º99.11%43.92%-
XYZ4.614.5115.96-
YUV48.87163.6293.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 61 (24.22% from 255) = 35.06%
BLUE value IS 112 (44.14% from 255) = 64.37%
R=0.57%
G=35.06%
B=64.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1611120.990.4600.56207.5798.2322.16
Hex13D70632E038d06216
Octal1751601435607032014226
Binary111110111100001100011101110011100011010000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,61,112); }

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

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

 a { background-color: rgb(1,61,112); }

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

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

 span { border-color: rgb(1,61,112); }

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