#01365F

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

Shades of Prussian Blue #01365F

Tints of Prussian Blue #01365F

Color information

#01365F (or 0x01365F) is unknown color: approx Prussian Blue. HEX triplet: 01, 36 and 5F. RGB value is (1,54,95). Sum of RGB (Red+Green+Blue) = 1+54+95=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 95 (37.5% from 255 or 63.33% from 150); Max value from RGB is 95 - color contains mainly: blue. Hex color #01365F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01365F is #FEC9A0. Grayscale: #2A2A2A. Windows color (decimal): -16697761 or 6239745. OLE color: 6239745.

HSL color Cylindrical-coordinate representation of color #01365F: hue angle of 206.17º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01365F is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB15495-
CMYK0.990.4300.63
HSL206.17º97.92%18.82%-
HSV(B)206.17º98.95%37.25%-
XYZ3.43.4711.32-
YUV42.83157.4498.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 54 (21.48% from 255) = 36%
BLUE value IS 95 (37.5% from 255) = 63.33%
R=0.67%
G=36%
B=63.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal154950.990.4300.63206.1797.9218.82
Hex1365F632B03Fce6213
Octal1661371435307731614223
Binary111011010111111100011101011011111111001110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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