#01386B

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

Shades of Prussian Blue #01386B

Tints of Prussian Blue #01386B

Color information

#01386B (or 0x01386B) is unknown color: approx Prussian Blue. HEX triplet: 01, 38 and 6B. RGB value is (1,56,107). Sum of RGB (Red+Green+Blue) = 1+56+107=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 107 (42.19% from 255 or 65.24% from 164); Max value from RGB is 107 - color contains mainly: blue. Hex color #01386B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01386B is #FEC794. Grayscale: #2D2D2D. Windows color (decimal): -16697237 or 7026689. OLE color: 7026689.

HSL color Cylindrical-coordinate representation of color #01386B: hue angle of 208.87º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01386B is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB156107-
CMYK0.990.4800.58
HSL208.87º98.15%21.18%-
HSV(B)208.87º99.07%41.96%-
XYZ4.083.914.45-
YUV45.37162.7896.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 56 (22.27% from 255) = 34.15%
BLUE value IS 107 (42.19% from 255) = 65.24%
R=0.61%
G=34.15%
B=65.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1561070.990.4800.58208.8798.1521.18
Hex1386B633003Ad16215
Octal1701531436007232114225
Binary111100011010111100011110000011101011010001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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