Html Css Color HEX #111086 Ultramarine

📋 copy color: '#111086'

red 17 ◦ green 16 ◦ blue 134

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

Shades of Ultramarine #111086

Tints of Ultramarine #111086

RGB

 RED value IS 17 (7.03% from 255) = 10.18%

 GREEN value IS 16 (6.64% from 255) = 9.58%

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

R = 10.18%
G = 9.58%
B = 80.24%

CMYK

 C value IS 0.87

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#111086 (or 0x111086) is known color: Ultramarine. HEX triplet: 11, 10 and 86. RGB value is (17,16,134). Sum of RGB (Red+Green+Blue) = 17+16+134=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 134 (52.73% from 255 or 80.24% from 167); Max value from RGB is 134 - color contains mainly: blue. Hex color #111086 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111086 is #EEEF79. Grayscale: #1D1D1D. Windows color (decimal): -15658874 or 8785937. OLE color: 8785937.

HSL color Cylindrical-coordinate representation of color #111086: hue angle of 240.51º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #111086 is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 16 134 -
CMYK 0.87 0.88 0 0.47
HSL 240.51º 0.79% 0.29% -
HSV(B) 240.51º 0.88% 0.53% -
XYZ 4.72 2.21 22.73 -
YUV 29.75 186.83 118.91 -
System Red Green Blue C M Y K H S L
Decimal 17 16 134 0.87 0.88 0 0.47 240.51 0.79 0.29
Hex 11 10 86 57 58 0 2F F1 4F 1D
Octal 21 20 206 127 130 0 57 361 117 35
Binary 10001 10000 10000110 1010111 1011000 0 101111 11110001 1001111 11101

Color Harmonies of #111086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111086

Black with #111086

Text Example


Text Example

White with #111086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111086; }

 p { color: rgb(17,16,134); }

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

background-color css

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

 a { background-color: rgb(17,16,134); }

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

border-color css

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

 span { border-color: rgb(17,16,134); }

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