#01395B

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

Shades of Prussian Blue #01395B

Tints of Prussian Blue #01395B

Color information

#01395B (or 0x01395B) is unknown color: approx Prussian Blue. HEX triplet: 01, 39 and 5B. RGB value is (1,57,91). Sum of RGB (Red+Green+Blue) = 1+57+91=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 91 (35.94% from 255 or 61.07% from 149); Max value from RGB is 91 - color contains mainly: blue. Hex color #01395B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01395B is #FEC6A4. Grayscale: #2B2B2B. Windows color (decimal): -16696997 or 5978369. OLE color: 5978369.

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

Color convert

RGB15791-
CMYK0.990.3700.64
HSL202.67º97.83%18.04%-
HSV(B)202.67º98.9%35.69%-
XYZ3.363.6910.43-
YUV44.13154.4597.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 57 (22.66% from 255) = 38.26%
BLUE value IS 91 (35.94% from 255) = 61.07%
R=0.67%
G=38.26%
B=61.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal157910.990.3700.64202.6797.8318.04
Hex1395B6325040cb6212
Octal17113314345010031314222
Binary1111001101101111000111001010100000011001011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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