#013A6A

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

Shades of Prussian Blue #013A6A

Tints of Prussian Blue #013A6A

Color information

#013A6A (or 0x013A6A) is unknown color: approx Prussian Blue. HEX triplet: 01, 3A and 6A. RGB value is (1,58,106). Sum of RGB (Red+Green+Blue) = 1+58+106=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 106 (41.80% from 255 or 64.24% from 165); Max value from RGB is 106 - color contains mainly: blue. Hex color #013A6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A6A is #FEC595. Grayscale: #2E2E2E. Windows color (decimal): -16696726 or 6961665. OLE color: 6961665.

HSL color Cylindrical-coordinate representation of color #013A6A: hue angle of 207.43º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013A6A is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB158106-
CMYK0.990.4500.58
HSL207.43º98.13%20.98%-
HSV(B)207.43º99.06%41.57%-
XYZ4.134.0714.2-
YUV46.43161.6295.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 58 (23.05% from 255) = 35.15%
BLUE value IS 106 (41.80% from 255) = 64.24%
R=0.61%
G=35.15%
B=64.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1581060.990.4500.58207.4398.1320.98
Hex13A6A632D03Acf6215
Octal1721521435507231714225
Binary111101011010101100011101101011101011001111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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