#01365B

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

Shades of Prussian Blue #01365B

Tints of Prussian Blue #01365B

Color information

#01365B (or 0x01365B) is unknown color: approx Prussian Blue. HEX triplet: 01, 36 and 5B. RGB value is (1,54,91). Sum of RGB (Red+Green+Blue) = 1+54+91=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 91 (35.94% from 255 or 62.33% from 146); Max value from RGB is 91 - color contains mainly: blue. Hex color #01365B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01365B is #FEC9A4. Grayscale: #2A2A2A. Windows color (decimal): -16697765 or 5977601. OLE color: 5977601.

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

Color convert

RGB15491-
CMYK0.990.4100.64
HSL204.67º97.83%18.04%-
HSV(B)204.67º98.9%35.69%-
XYZ3.223.410.38-
YUV42.37155.4498.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 54 (21.48% from 255) = 36.99%
BLUE value IS 91 (35.94% from 255) = 62.33%
R=0.68%
G=36.99%
B=62.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal154910.990.4100.64204.6797.8318.04
Hex1365B6329040cd6212
Octal16613314351010031514222
Binary1110110101101111000111010010100000011001101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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