Html Css Color HEX #010886 Dark Blue

📋 copy color: '#010886'

red 1 ◦ green 8 ◦ blue 134

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

Shades of Dark Blue #010886

Tints of Dark Blue #010886

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.59%

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

R = 0.7%
G = 5.59%
B = 93.71%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#010886 (or 0x010886) is known color: Dark Blue. HEX triplet: 01, 08 and 86. RGB value is (1,8,134). Sum of RGB (Red+Green+Blue) = 1+8+134=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 134 (52.73% from 255 or 93.71% from 143); Max value from RGB is 134 - color contains mainly: blue. Hex color #010886 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010886 is #FEF779. Grayscale: #131313. Windows color (decimal): -16709498 or 8783873. OLE color: 8783873.

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

Color convert

RGB 1 8 134 -
CMYK 0.99 0.94 0 0.47
HSL 236.84º 0.99% 0.26% -
HSV(B) 236.84º 0.99% 0.53% -
XYZ 4.4 1.9 22.69 -
YUV 20.27 192.18 114.25 -
System Red Green Blue C M Y K H S L
Decimal 1 8 134 0.99 0.94 0 0.47 236.84 0.99 0.26
Hex 1 8 86 63 5E 0 2F ED 63 1A
Octal 1 10 206 143 136 0 57 355 143 32
Binary 1 1000 10000110 1100011 1011110 0 101111 11101101 1100011 11010

Color Harmonies of #010886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010886

Black with #010886

Text Example


Text Example

White with #010886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010886; }

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

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

background-color css

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

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

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

border-color css

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

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

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