#01355B

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

Shades of Prussian Blue #01355B

Tints of Prussian Blue #01355B

Color information

#01355B (or 0x01355B) is unknown color: approx Prussian Blue. HEX triplet: 01, 35 and 5B. RGB value is (1,53,91). Sum of RGB (Red+Green+Blue) = 1+53+91=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 91 (35.94% from 255 or 62.76% from 145); Max value from RGB is 91 - color contains mainly: blue. Hex color #01355B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01355B is #FECAA4. Grayscale: #292929. Windows color (decimal): -16698021 or 5977345. OLE color: 5977345.

HSL color Cylindrical-coordinate representation of color #01355B: hue angle of 205.33º 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 #01355B is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB15391-
CMYK0.990.4200.64
HSL205.33º97.83%18.04%-
HSV(B)205.33º98.9%35.69%-
XYZ3.173.3110.37-
YUV41.78155.7798.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 53 (21.09% from 255) = 36.55%
BLUE value IS 91 (35.94% from 255) = 62.76%
R=0.69%
G=36.55%
B=62.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal153910.990.4200.64205.3397.8318.04
Hex1355B632A040cd6212
Octal16513314352010031514222
Binary1110101101101111000111010100100000011001101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01355B; }

 p { color: rgb(1,53,91); }

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

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

 a { background-color: rgb(1,53,91); }

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

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

 span { border-color: rgb(1,53,91); }

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