#013A6F

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

Shades of Prussian Blue #013A6F

Tints of Prussian Blue #013A6F

Color information

#013A6F (or 0x013A6F) is unknown color: approx Prussian Blue. HEX triplet: 01, 3A and 6F. RGB value is (1,58,111). Sum of RGB (Red+Green+Blue) = 1+58+111=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 111 (43.75% from 255 or 65.29% from 170); Max value from RGB is 111 - color contains mainly: blue. Hex color #013A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A6F is #FEC590. Grayscale: #2E2E2E. Windows color (decimal): -16696721 or 7289345. OLE color: 7289345.

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

Color convert

RGB158111-
CMYK0.990.4800.56
HSL208.91º98.21%21.96%-
HSV(B)208.91º99.1%43.53%-
XYZ4.394.1815.61-
YUV47164.1295.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.59%
GREEN value IS 58 (23.05% from 255) = 34.12%
BLUE value IS 111 (43.75% from 255) = 65.29%
R=0.59%
G=34.12%
B=65.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1581110.990.4800.56208.9198.2121.96
Hex13A6F6330038d16216
Octal1721571436007032114226
Binary111101011011111100011110000011100011010001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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