#013F70

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

Shades of Prussian Blue #013F70

Tints of Prussian Blue #013F70

Color information

#013F70 (or 0x013F70) is unknown color: approx Prussian Blue. HEX triplet: 01, 3F and 70. RGB value is (1,63,112). Sum of RGB (Red+Green+Blue) = 1+63+112=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #013F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F70 is #FEC08F. Grayscale: #313131. Windows color (decimal): -16695440 or 7356161. OLE color: 7356161.

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

Color convert

RGB163112-
CMYK0.990.4400.56
HSL206.49º98.23%22.16%-
HSV(B)206.49º99.11%43.92%-
XYZ4.714.7315.99-
YUV50.05162.9693.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 63 (25% from 255) = 35.80%
BLUE value IS 112 (44.14% from 255) = 63.64%
R=0.57%
G=35.80%
B=63.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1631120.990.4400.56206.4998.2322.16
Hex13F70632C038ce6216
Octal1771601435407031614226
Binary111111111100001100011101100011100011001110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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