#013D5A

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

Shades of Prussian Blue #013D5A

Tints of Prussian Blue #013D5A

Color information

#013D5A (or 0x013D5A) is unknown color: approx Prussian Blue. HEX triplet: 01, 3D and 5A. RGB value is (1,61,90). Sum of RGB (Red+Green+Blue) = 1+61+90=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #013D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013D5A is #FEC2A5. Grayscale: #2E2E2E. Windows color (decimal): -16695974 or 5913857. OLE color: 5913857.

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

Color convert

RGB16190-
CMYK0.990.3200.65
HSL199.55º97.8%17.84%-
HSV(B)199.55º98.89%35.29%-
XYZ3.534.0810.27-
YUV46.37152.6295.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 61 (24.22% from 255) = 40.13%
BLUE value IS 90 (35.55% from 255) = 59.21%
R=0.66%
G=40.13%
B=59.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal161900.990.3200.65199.5597.817.84
Hex13D5A6320041c86212
Octal17513214340010131014222
Binary1111101101101011000111000000100000111001000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,61,90); }

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

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

 a { background-color: rgb(1,61,90); }

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

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

 span { border-color: rgb(1,61,90); }

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