Html Css Color HEX #110E99 Ultramarine

📋 copy color: '#110E99'

red 17 ◦ green 14 ◦ blue 153

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

Shades of Ultramarine #110E99

Tints of Ultramarine #110E99

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.61%

 BLUE value IS 153 (60.16% from 255) = 83.15%

R = 9.24%
G = 7.61%
B = 83.15%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#110E99 (or 0x110E99) is known color: Ultramarine. HEX triplet: 11, 0E and 99. RGB value is (17,14,153). Sum of RGB (Red+Green+Blue) = 17+14+153=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 14 (5.86% from 255 or 7.61% from 184); Blue value is 153 (60.16% from 255 or 83.15% from 184); Max value from RGB is 153 - color contains mainly: blue. Hex color #110E99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110E99 is #EEF166. Grayscale: #1E1E1E. Windows color (decimal): -15659367 or 10030609. OLE color: 10030609.

HSL color Cylindrical-coordinate representation of color #110E99: hue angle of 241.29º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #110E99 is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 17 14 153 -
CMYK 0.89 0.91 0 0.4
HSL 241.3º 0.83% 0.33% -
HSV(B) 241.3º 0.91% 0.6% -
XYZ 6.14 2.73 30.34 -
YUV 30.74 196.99 118.2 -
System Red Green Blue C M Y K H S L
Decimal 17 14 153 0.89 0.91 0 0.4 241.3 0.83 0.33
Hex 11 E 99 59 5B 0 28 F1 53 21
Octal 21 16 231 131 133 0 50 361 123 41
Binary 10001 1110 10011001 1011001 1011011 0 101000 11110001 1010011 100001

Color Harmonies of #110E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110E99

Black with #110E99

Text Example


Text Example

White with #110E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110E99; }

 p { color: rgb(17,14,153); }

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

background-color css

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

 a { background-color: rgb(17,14,153); }

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

border-color css

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

 span { border-color: rgb(17,14,153); }

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