#013658

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

Shades of Prussian Blue #013658

Tints of Prussian Blue #013658

Color information

#013658 (or 0x013658) is unknown color: approx Prussian Blue. HEX triplet: 01, 36 and 58. RGB value is (1,54,88). Sum of RGB (Red+Green+Blue) = 1+54+88=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 88 (34.77% from 255 or 61.54% from 143); Max value from RGB is 88 - color contains mainly: blue. Hex color #013658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013658 is #FEC9A7. Grayscale: #292929. Windows color (decimal): -16697768 or 5780993. OLE color: 5780993.

HSL color Cylindrical-coordinate representation of color #013658: hue angle of 203.45º 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 #013658 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB15488-
CMYK0.990.3900.65
HSL203.45º97.75%17.45%-
HSV(B)203.45º98.86%34.51%-
XYZ3.093.359.72-
YUV42.03153.9498.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.70%
GREEN value IS 54 (21.48% from 255) = 37.76%
BLUE value IS 88 (34.77% from 255) = 61.54%
R=0.70%
G=37.76%
B=61.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal154880.990.3900.65203.4597.7517.45
Hex136586327041cb6211
Octal16613014347010131314221
Binary1110110101100011000111001110100000111001011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013658; }

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

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

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

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

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

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

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

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