#013F69

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

Shades of Prussian Blue #013F69

Tints of Prussian Blue #013F69

Color information

#013F69 (or 0x013F69) is unknown color: approx Prussian Blue. HEX triplet: 01, 3F and 69. RGB value is (1,63,105). Sum of RGB (Red+Green+Blue) = 1+63+105=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 105 (41.41% from 255 or 62.13% from 169); Max value from RGB is 105 - color contains mainly: blue. Hex color #013F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F69 is #FEC096. Grayscale: #313131. Windows color (decimal): -16695447 or 6897409. OLE color: 6897409.

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

Color convert

RGB163105-
CMYK0.990.400.59
HSL204.23º98.11%20.78%-
HSV(B)204.23º99.05%41.18%-
XYZ4.344.5814.02-
YUV49.25159.4693.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.59%
GREEN value IS 63 (25% from 255) = 37.28%
BLUE value IS 105 (41.41% from 255) = 62.13%
R=0.59%
G=37.28%
B=62.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1631050.990.400.59204.2398.1120.78
Hex13F69632803Bcc6215
Octal1771511435007331414225
Binary111111111010011100011101000011101111001100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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