Html Css Color HEX #110089 Ultramarine

📋 copy color: '#110089'

red 17 ◦ green 0 ◦ blue 137

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

Shades of Ultramarine #110089

Tints of Ultramarine #110089

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 137 (53.91% from 255) = 88.96%

R = 11.04%
G = 0%
B = 88.96%

CMYK

 C value IS 0.88

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#110089 (or 0x110089) is known color: Ultramarine. HEX triplet: 11, 00 and 89. RGB value is (17,0,137). Sum of RGB (Red+Green+Blue) = 17+0+137=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 137 (53.91% from 255 or 88.96% from 154); Max value from RGB is 137 - color contains mainly: blue. Hex color #110089 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110089 is #EEFF76. Grayscale: #141414. Windows color (decimal): -15662967 or 8978449. OLE color: 8978449.

HSL color Cylindrical-coordinate representation of color #110089: hue angle of 247.45º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110089 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 0 137 -
CMYK 0.88 1 0 0.46
HSL 247.45º 1% 0.27% -
HSV(B) 247.45º 1% 0.54% -
XYZ 4.75 1.93 23.79 -
YUV 20.7 193.63 125.36 -
System Red Green Blue C M Y K H S L
Decimal 17 0 137 0.88 1 0 0.46 247.45 1 0.27
Hex 11 0 89 58 64 0 2E F7 64 1B
Octal 21 0 211 130 144 0 56 367 144 33
Binary 10001 0 10001001 1011000 1100100 0 101110 11110111 1100100 11011

Color Harmonies of #110089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110089

Black with #110089

Text Example


Text Example

White with #110089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110089; }

 p { color: rgb(17,0,137); }

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

background-color css

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

 a { background-color: rgb(17,0,137); }

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

border-color css

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

 span { border-color: rgb(17,0,137); }

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