#013F61

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

Shades of Prussian Blue #013F61

Tints of Prussian Blue #013F61

Color information

#013F61 (or 0x013F61) is unknown color: approx Prussian Blue. HEX triplet: 01, 3F and 61. RGB value is (1,63,97). Sum of RGB (Red+Green+Blue) = 1+63+97=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 97 (38.28% from 255 or 60.25% from 161); Max value from RGB is 97 - color contains mainly: blue. Hex color #013F61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F61 is #FEC09E. Grayscale: #303030. Windows color (decimal): -16695455 or 6373121. OLE color: 6373121.

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

Color convert

RGB16397-
CMYK0.990.3500.62
HSL201.25º97.96%19.22%-
HSV(B)201.25º98.97%38.04%-
XYZ3.954.4211.96-
YUV48.34155.4694.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 63 (25% from 255) = 39.13%
BLUE value IS 97 (38.28% from 255) = 60.25%
R=0.62%
G=39.13%
B=60.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal163970.990.3500.62201.2597.9619.22
Hex13F61632303Ec96213
Octal1771411434307631114223
Binary111111111000011100011100011011111011001001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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