Html Css Color HEX #011C86 Smalt

📋 copy color: '#011C86'

red 1 ◦ green 28 ◦ blue 134

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

Shades of Smalt #011C86

Tints of Smalt #011C86

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.18%

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

R = 0.61%
G = 17.18%
B = 82.21%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#011C86 (or 0x011C86) is known color: Smalt. HEX triplet: 01, 1C and 86. RGB value is (1,28,134). Sum of RGB (Red+Green+Blue) = 1+28+134=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 134 (52.73% from 255 or 82.21% from 163); Max value from RGB is 134 - color contains mainly: blue. Hex color #011C86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011C86 is #FEE379. Grayscale: #1F1F1F. Windows color (decimal): -16704378 or 8788993. OLE color: 8788993.

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

Color convert

RGB 1 28 134 -
CMYK 0.99 0.79 0 0.47
HSL 227.82º 0.99% 0.26% -
HSV(B) 227.82º 0.99% 0.53% -
XYZ 4.73 2.56 22.8 -
YUV 32.01 185.55 105.88 -
System Red Green Blue C M Y K H S L
Decimal 1 28 134 0.99 0.79 0 0.47 227.82 0.99 0.26
Hex 1 1C 86 63 4F 0 2F E4 63 1A
Octal 1 34 206 143 117 0 57 344 143 32
Binary 1 11100 10000110 1100011 1001111 0 101111 11100100 1100011 11010

Color Harmonies of #011C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C86

Black with #011C86

Text Example


Text Example

White with #011C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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