#013C61

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

Shades of Prussian Blue #013C61

Tints of Prussian Blue #013C61

Color information

#013C61 (or 0x013C61) is unknown color: approx Prussian Blue. HEX triplet: 01, 3C and 61. RGB value is (1,60,97). Sum of RGB (Red+Green+Blue) = 1+60+97=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 97 (38.28% from 255 or 61.39% from 158); Max value from RGB is 97 - color contains mainly: blue. Hex color #013C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C61 is #FEC39E. Grayscale: #2E2E2E. Windows color (decimal): -16696223 or 6372353. OLE color: 6372353.

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

Color convert

RGB16097-
CMYK0.990.3800.62
HSL203.12º97.96%19.22%-
HSV(B)203.12º98.97%38.04%-
XYZ3.794.111.9-
YUV46.58156.4595.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 60 (23.83% from 255) = 37.97%
BLUE value IS 97 (38.28% from 255) = 61.39%
R=0.63%
G=37.97%
B=61.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal160970.990.3800.62203.1297.9619.22
Hex13C61632603Ecb6213
Octal1741411434607631314223
Binary111110011000011100011100110011111011001011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,60,97); }

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

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

 a { background-color: rgb(1,60,97); }

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

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

 span { border-color: rgb(1,60,97); }

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