#013B5C

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

Shades of Prussian Blue #013B5C

Tints of Prussian Blue #013B5C

Color information

#013B5C (or 0x013B5C) is unknown color: approx Prussian Blue. HEX triplet: 01, 3B and 5C. RGB value is (1,59,92). Sum of RGB (Red+Green+Blue) = 1+59+92=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #013B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013B5C is #FEC4A3. Grayscale: #2D2D2D. Windows color (decimal): -16696484 or 6044417. OLE color: 6044417.

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

Color convert

RGB15992-
CMYK0.990.3600.64
HSL201.76º97.85%18.24%-
HSV(B)201.76º98.91%36.08%-
XYZ3.513.9110.69-
YUV45.42154.2896.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 59 (23.44% from 255) = 38.82%
BLUE value IS 92 (36.33% from 255) = 60.53%
R=0.66%
G=38.82%
B=60.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal159920.990.3600.64201.7697.8518.24
Hex13B5C6324040ca6212
Octal17313414344010031214222
Binary1111011101110011000111001000100000011001010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,59,92); }

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

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

 a { background-color: rgb(1,59,92); }

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

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

 span { border-color: rgb(1,59,92); }

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