Html Css Color HEX #011686 Dark Blue

📋 copy color: '#011686'

red 1 ◦ green 22 ◦ blue 134

#011686
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Blue #011686

Tints of Dark Blue #011686

RGB

 RED value IS 1 (0.78% from 255) = 0.64%

 GREEN value IS 22 (8.98% from 255) = 14.01%

 BLUE value IS 134 (52.73% from 255) = 85.35%

R = 0.64%
G = 14.01%
B = 85.35%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#011686 (or 0x011686) is known color: Dark Blue. HEX triplet: 01, 16 and 86. RGB value is (1,22,134). Sum of RGB (Red+Green+Blue) = 1+22+134=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 134 (52.73% from 255 or 85.35% from 157); Max value from RGB is 134 - color contains mainly: blue. Hex color #011686 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011686 is #FEE979. Grayscale: #1C1C1C. Windows color (decimal): -16705914 or 8787457. OLE color: 8787457.

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

Color convert

RGB 1 22 134 -
CMYK 0.99 0.84 0 0.47
HSL 230.53º 0.99% 0.26% -
HSV(B) 230.53º 0.99% 0.53% -
XYZ 4.6 2.3 22.76 -
YUV 28.49 187.54 108.39 -
System Red Green Blue C M Y K H S L
Decimal 1 22 134 0.99 0.84 0 0.47 230.53 0.99 0.26
Hex 1 16 86 63 54 0 2F E7 63 1A
Octal 1 26 206 143 124 0 57 347 143 32
Binary 1 10110 10000110 1100011 1010100 0 101111 11100111 1100011 11010

Color Harmonies of #011686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011686

Black with #011686

Text Example


Text Example

White with #011686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011686; }

 p { color: rgb(1,22,134); }

 H1.HeaderClassName
 {
   color: #011686;
 }
 .AnyTagClassName
 {
   color: #011686;
 }
</style>

background-color css

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

 a { background-color: rgb(1,22,134); }

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

border-color css

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

 span { border-color: rgb(1,22,134); }

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