#013A6D

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

Shades of Prussian Blue #013A6D

Tints of Prussian Blue #013A6D

Color information

#013A6D (or 0x013A6D) is unknown color: approx Prussian Blue. HEX triplet: 01, 3A and 6D. RGB value is (1,58,109). Sum of RGB (Red+Green+Blue) = 1+58+109=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 109 (42.97% from 255 or 64.88% from 168); Max value from RGB is 109 - color contains mainly: blue. Hex color #013A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A6D is #FEC592. Grayscale: #2E2E2E. Windows color (decimal): -16696723 or 7158273. OLE color: 7158273.

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

Color convert

RGB158109-
CMYK0.990.4700.57
HSL208.33º98.18%21.57%-
HSV(B)208.33º99.08%42.75%-
XYZ4.294.1415.04-
YUV46.77163.1295.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 58 (23.05% from 255) = 34.52%
BLUE value IS 109 (42.97% from 255) = 64.88%
R=0.60%
G=34.52%
B=64.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1581090.990.4700.57208.3398.1821.57
Hex13A6D632F039d06216
Octal1721551435707132014226
Binary111101011011011100011101111011100111010000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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