#013E70

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

Shades of Prussian Blue #013E70

Tints of Prussian Blue #013E70

Color information

#013E70 (or 0x013E70) is unknown color: approx Prussian Blue. HEX triplet: 01, 3E and 70. RGB value is (1,62,112). Sum of RGB (Red+Green+Blue) = 1+62+112=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 112 (44.14% from 255 or 64% from 175); Max value from RGB is 112 - color contains mainly: blue. Hex color #013E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E70 is #FEC18F. Grayscale: #313131. Windows color (decimal): -16695696 or 7355905. OLE color: 7355905.

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

Color convert

RGB162112-
CMYK0.990.4500.56
HSL207.03º98.23%22.16%-
HSV(B)207.03º99.11%43.92%-
XYZ4.664.6215.98-
YUV49.46163.2993.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 62 (24.61% from 255) = 35.43%
BLUE value IS 112 (44.14% from 255) = 64%
R=0.57%
G=35.43%
B=64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1621120.990.4500.56207.0398.2322.16
Hex13E70632D038cf6216
Octal1761601435507031714226
Binary111111011100001100011101101011100011001111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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