#013355

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

Shades of Prussian Blue #013355

Tints of Prussian Blue #013355

Color information

#013355 (or 0x013355) is unknown color: approx Prussian Blue. HEX triplet: 01, 33 and 55. RGB value is (1,51,85). Sum of RGB (Red+Green+Blue) = 1+51+85=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 85 (33.59% from 255 or 62.04% from 137); Max value from RGB is 85 - color contains mainly: blue. Hex color #013355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013355 is #FECCAA. Grayscale: #272727. Windows color (decimal): -16698539 or 5583617. OLE color: 5583617.

HSL color Cylindrical-coordinate representation of color #013355: hue angle of 204.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 #013355 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB15185-
CMYK0.990.4000.67
HSL204.29º97.67%16.86%-
HSV(B)204.29º98.82%33.33%-
XYZ2.843.039.03-
YUV39.93153.44100.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.73%
GREEN value IS 51 (20.31% from 255) = 37.23%
BLUE value IS 85 (33.59% from 255) = 62.04%
R=0.73%
G=37.23%
B=62.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal151850.990.4000.67204.2997.6716.86
Hex133556328043cc6211
Octal16312514350010331414221
Binary1110011101010111000111010000100001111001100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013355; }

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

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

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

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

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

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

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

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