#013E6D

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

Shades of Prussian Blue #013E6D

Tints of Prussian Blue #013E6D

Color information

#013E6D (or 0x013E6D) is unknown color: approx Prussian Blue. HEX triplet: 01, 3E and 6D. RGB value is (1,62,109). Sum of RGB (Red+Green+Blue) = 1+62+109=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 109 (42.97% from 255 or 63.37% from 172); Max value from RGB is 109 - color contains mainly: blue. Hex color #013E6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E6D is #FEC192. Grayscale: #303030. Windows color (decimal): -16695699 or 7159297. OLE color: 7159297.

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

Color convert

RGB162109-
CMYK0.990.4300.57
HSL206.11º98.18%21.57%-
HSV(B)206.11º99.08%42.75%-
XYZ4.54.5615.11-
YUV49.12161.7993.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 62 (24.61% from 255) = 36.05%
BLUE value IS 109 (42.97% from 255) = 63.37%
R=0.58%
G=36.05%
B=63.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1621090.990.4300.57206.1198.1821.57
Hex13E6D632B039ce6216
Octal1761551435307131614226
Binary111111011011011100011101011011100111001110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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