#013A55

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

Shades of Prussian Blue #013A55

Tints of Prussian Blue #013A55

Color information

#013A55 (or 0x013A55) is unknown color: approx Prussian Blue. HEX triplet: 01, 3A and 55. RGB value is (1,58,85). Sum of RGB (Red+Green+Blue) = 1+58+85=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 85 (33.59% from 255 or 59.03% from 144); Max value from RGB is 85 - color contains mainly: blue. Hex color #013A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A55 is #FEC5AA. Grayscale: #2B2B2B. Windows color (decimal): -16696747 or 5585409. OLE color: 5585409.

HSL color Cylindrical-coordinate representation of color #013A55: hue angle of 199.29º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013A55 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB15885-
CMYK0.990.3200.67
HSL199.29º97.67%16.86%-
HSV(B)199.29º98.82%33.33%-
XYZ3.173.699.14-
YUV44.04151.1297.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 58 (23.05% from 255) = 40.28%
BLUE value IS 85 (33.59% from 255) = 59.03%
R=0.69%
G=40.28%
B=59.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal158850.990.3200.67199.2997.6716.86
Hex13A556320043c76211
Octal17212514340010330714221
Binary1111010101010111000111000000100001111000111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,58,85); }

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

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

 a { background-color: rgb(1,58,85); }

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

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

 span { border-color: rgb(1,58,85); }

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