#013F6F

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

Shades of Prussian Blue #013F6F

Tints of Prussian Blue #013F6F

Color information

#013F6F (or 0x013F6F) is unknown color: approx Prussian Blue. HEX triplet: 01, 3F and 6F. RGB value is (1,63,111). Sum of RGB (Red+Green+Blue) = 1+63+111=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 111 (43.75% from 255 or 63.43% from 175); Max value from RGB is 111 - color contains mainly: blue. Hex color #013F6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F6F is #FEC090. Grayscale: #313131. Windows color (decimal): -16695441 or 7290625. OLE color: 7290625.

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

Color convert

RGB163111-
CMYK0.990.4300.56
HSL206.18º98.21%21.96%-
HSV(B)206.18º99.1%43.53%-
XYZ4.664.7115.7-
YUV49.93162.4693.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 63 (25% from 255) = 36%
BLUE value IS 111 (43.75% from 255) = 63.43%
R=0.57%
G=36%
B=63.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1631110.990.4300.56206.1898.2121.96
Hex13F6F632B038ce6216
Octal1771571435307031614226
Binary111111111011111100011101011011100011001110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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