#01385F

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

Shades of Prussian Blue #01385F

Tints of Prussian Blue #01385F

Color information

#01385F (or 0x01385F) is unknown color: approx Prussian Blue. HEX triplet: 01, 38 and 5F. RGB value is (1,56,95). Sum of RGB (Red+Green+Blue) = 1+56+95=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 95 (37.5% from 255 or 62.5% from 152); Max value from RGB is 95 - color contains mainly: blue. Hex color #01385F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01385F is #FEC7A0. Grayscale: #2B2B2B. Windows color (decimal): -16697249 or 6240257. OLE color: 6240257.

HSL color Cylindrical-coordinate representation of color #01385F: hue angle of 204.89º 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 #01385F is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB15695-
CMYK0.990.4100.63
HSL204.89º97.92%18.82%-
HSV(B)204.89º98.95%37.25%-
XYZ3.493.6611.35-
YUV44156.7897.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 56 (22.27% from 255) = 36.84%
BLUE value IS 95 (37.5% from 255) = 62.5%
R=0.66%
G=36.84%
B=62.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal156950.990.4100.63204.8997.9218.82
Hex1385F632903Fcd6213
Octal1701371435107731514223
Binary111100010111111100011101001011111111001101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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