#013C69

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

Shades of Prussian Blue #013C69

Tints of Prussian Blue #013C69

Color information

#013C69 (or 0x013C69) is unknown color: approx Prussian Blue. HEX triplet: 01, 3C and 69. RGB value is (1,60,105). Sum of RGB (Red+Green+Blue) = 1+60+105=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 105 (41.41% from 255 or 63.25% from 166); Max value from RGB is 105 - color contains mainly: blue. Hex color #013C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C69 is #FEC396. Grayscale: #2F2F2F. Windows color (decimal): -16696215 or 6896641. OLE color: 6896641.

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

Color convert

RGB160105-
CMYK0.990.4300.59
HSL205.96º98.11%20.78%-
HSV(B)205.96º99.05%41.18%-
XYZ4.184.2613.97-
YUV47.49160.4594.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 60 (23.83% from 255) = 36.14%
BLUE value IS 105 (41.41% from 255) = 63.25%
R=0.60%
G=36.14%
B=63.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1601050.990.4300.59205.9698.1120.78
Hex13C69632B03Bce6215
Octal1741511435307331614225
Binary111110011010011100011101011011101111001110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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