#013969

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

Shades of Prussian Blue #013969

Tints of Prussian Blue #013969

Color information

#013969 (or 0x013969) is unknown color: approx Prussian Blue. HEX triplet: 01, 39 and 69. RGB value is (1,57,105). Sum of RGB (Red+Green+Blue) = 1+57+105=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 105 (41.41% from 255 or 64.42% from 163); Max value from RGB is 105 - color contains mainly: blue. Hex color #013969 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013969 is #FEC696. Grayscale: #2D2D2D. Windows color (decimal): -16696983 or 6895873. OLE color: 6895873.

HSL color Cylindrical-coordinate representation of color #013969: hue angle of 207.69º 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 #013969 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB157105-
CMYK0.990.4600.59
HSL207.69º98.11%20.78%-
HSV(B)207.69º99.05%41.18%-
XYZ4.033.9513.92-
YUV45.73161.4596.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 57 (22.66% from 255) = 34.97%
BLUE value IS 105 (41.41% from 255) = 64.42%
R=0.61%
G=34.97%
B=64.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1571050.990.4600.59207.6998.1120.78
Hex13969632E03Bd06215
Octal1711511435607332014225
Binary111100111010011100011101110011101111010000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013969; }

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

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

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

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

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

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

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

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