#013958

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

Shades of Prussian Blue #013958

Tints of Prussian Blue #013958

Color information

#013958 (or 0x013958) is unknown color: approx Prussian Blue. HEX triplet: 01, 39 and 58. RGB value is (1,57,88). Sum of RGB (Red+Green+Blue) = 1+57+88=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 88 (34.77% from 255 or 60.27% from 146); Max value from RGB is 88 - color contains mainly: blue. Hex color #013958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013958 is #FEC6A7. Grayscale: #2B2B2B. Windows color (decimal): -16697000 or 5781761. OLE color: 5781761.

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

Color convert

RGB15788-
CMYK0.990.3500.65
HSL201.38º97.75%17.45%-
HSV(B)201.38º98.86%34.51%-
XYZ3.243.649.76-
YUV43.79152.9597.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 57 (22.66% from 255) = 39.04%
BLUE value IS 88 (34.77% from 255) = 60.27%
R=0.68%
G=39.04%
B=60.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal157880.990.3500.65201.3897.7517.45
Hex139586323041c96211
Octal17113014343010131114221
Binary1111001101100011000111000110100000111001001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013958; }

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

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

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

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

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

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

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

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