Html Css Color HEX #011B86 Dark Blue

📋 copy color: '#011B86'

red 1 ◦ green 27 ◦ blue 134

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

Shades of Dark Blue #011B86

Tints of Dark Blue #011B86

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.67%

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

R = 0.62%
G = 16.67%
B = 82.72%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#011B86 (or 0x011B86) is known color: Dark Blue. HEX triplet: 01, 1B and 86. RGB value is (1,27,134). Sum of RGB (Red+Green+Blue) = 1+27+134=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 134 (52.73% from 255 or 82.72% from 162); Max value from RGB is 134 - color contains mainly: blue. Hex color #011B86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011B86 is #FEE479. Grayscale: #1E1E1E. Windows color (decimal): -16704634 or 8788737. OLE color: 8788737.

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

Color convert

RGB 1 27 134 -
CMYK 0.99 0.80 0 0.47
HSL 228.27º 0.99% 0.26% -
HSV(B) 228.27º 0.99% 0.53% -
XYZ 4.71 2.51 22.79 -
YUV 31.42 185.89 106.3 -
System Red Green Blue C M Y K H S L
Decimal 1 27 134 0.99 0.80 0 0.47 228.27 0.99 0.26
Hex 1 1B 86 63 50 0 2F E4 63 1A
Octal 1 33 206 143 120 0 57 344 143 32
Binary 1 11011 10000110 1100011 1010000 0 101111 11100100 1100011 11010

Color Harmonies of #011B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B86

Black with #011B86

Text Example


Text Example

White with #011B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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