Html Css Color HEX #110189 Ultramarine

📋 copy color: '#110189'

red 17 ◦ green 1 ◦ blue 137

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

Shades of Ultramarine #110189

Tints of Ultramarine #110189

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 10.97%
G = 0.65%
B = 88.39%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#110189 (or 0x110189) is known color: Ultramarine. HEX triplet: 11, 01 and 89. RGB value is (17,1,137). Sum of RGB (Red+Green+Blue) = 17+1+137=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 137 (53.91% from 255 or 88.39% from 155); Max value from RGB is 137 - color contains mainly: blue. Hex color #110189 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110189 is #EEFE76. Grayscale: #141414. Windows color (decimal): -15662711 or 8978705. OLE color: 8978705.

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

Color convert

RGB 17 1 137 -
CMYK 0.88 0.99 0 0.46
HSL 247.06º 0.99% 0.27% -
HSV(B) 247.06º 0.99% 0.54% -
XYZ 4.76 1.95 23.79 -
YUV 21.29 193.3 124.94 -
System Red Green Blue C M Y K H S L
Decimal 17 1 137 0.88 0.99 0 0.46 247.06 0.99 0.27
Hex 11 1 89 58 63 0 2E F7 63 1B
Octal 21 1 211 130 143 0 56 367 143 33
Binary 10001 1 10001001 1011000 1100011 0 101110 11110111 1100011 11011

Color Harmonies of #110189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110189

Black with #110189

Text Example


Text Example

White with #110189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110189; }

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

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

background-color css

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

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

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

border-color css

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

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

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