#001386

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

Shades of Dark Blue #001386

Tints of Dark Blue #001386

Color information

#001386 (or 0x001386) is unknown color: approx Dark Blue. HEX triplet: 00, 13 and 86. RGB value is (0,19,134). Sum of RGB (Red+Green+Blue) = 0+19+134=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 134 (52.73% from 255 or 87.58% from 153); Max value from RGB is 134 - color contains mainly: blue. Hex color #001386 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001386 is #FFEC79. Grayscale: #191919. Windows color (decimal): -16772218 or 8786688. OLE color: 8786688.

HSL color Cylindrical-coordinate representation of color #001386: hue angle of 231.49º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001386 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB019134-
CMYK10.8600.47
HSL231.49º100%26.27%-
HSV(B)231.49º100%52.55%-
XYZ4.542.1922.74-
YUV26.43188.71109.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 19 (7.81% from 255) = 12.42%
BLUE value IS 134 (52.73% from 255) = 87.58%
R=0%
G=12.42%
B=87.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal01913410.8600.47231.4910026.27
Hex01386645602Fe7641a
Octal02320614412605734714432
Binary0100111000011011001001010110010111111100111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001386; }

 p { color: rgb(0,19,134); }

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

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

 a { background-color: rgb(0,19,134); }

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

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

 span { border-color: rgb(0,19,134); }

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