Html Css Color HEX #010686 Dark Blue

📋 copy color: '#010686'

red 1 ◦ green 6 ◦ blue 134

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

Shades of Dark Blue #010686

Tints of Dark Blue #010686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.26%

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

R = 0.71%
G = 4.26%
B = 95.04%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#010686 (or 0x010686) is known color: Dark Blue. HEX triplet: 01, 06 and 86. RGB value is (1,6,134). Sum of RGB (Red+Green+Blue) = 1+6+134=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 134 (52.73% from 255 or 95.04% from 141); Max value from RGB is 134 - color contains mainly: blue. Hex color #010686 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010686 is #FEF979. Grayscale: #121212. Windows color (decimal): -16710010 or 8783361. OLE color: 8783361.

HSL color Cylindrical-coordinate representation of color #010686: hue angle of 237.74º 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 #010686 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 6 134 -
CMYK 0.99 0.96 0 0.47
HSL 237.74º 0.99% 0.26% -
HSV(B) 237.74º 0.99% 0.53% -
XYZ 4.38 1.86 22.68 -
YUV 19.1 192.84 115.09 -
System Red Green Blue C M Y K H S L
Decimal 1 6 134 0.99 0.96 0 0.47 237.74 0.99 0.26
Hex 1 6 86 63 60 0 2F EE 63 1A
Octal 1 6 206 143 140 0 57 356 143 32
Binary 1 110 10000110 1100011 1100000 0 101111 11101110 1100011 11010

Color Harmonies of #010686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010686

Black with #010686

Text Example


Text Example

White with #010686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010686; }

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

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

background-color css

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

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

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

border-color css

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

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

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