Html Css Color HEX #110996 Ultramarine

📋 copy color: '#110996'

red 17 ◦ green 9 ◦ blue 150

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

Shades of Ultramarine #110996

Tints of Ultramarine #110996

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.11%

 BLUE value IS 150 (58.98% from 255) = 85.23%

R = 9.66%
G = 5.11%
B = 85.23%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#110996 (or 0x110996) is known color: Ultramarine. HEX triplet: 11, 09 and 96. RGB value is (17,9,150). Sum of RGB (Red+Green+Blue) = 17+9+150=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 150 (58.98% from 255 or 85.23% from 176); Max value from RGB is 150 - color contains mainly: blue. Hex color #110996 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110996 is #EEF669. Grayscale: #1A1A1A. Windows color (decimal): -15660650 or 9832721. OLE color: 9832721.

HSL color Cylindrical-coordinate representation of color #110996: hue angle of 243.4º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110996 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 9 150 -
CMYK 0.89 0.94 0 0.41
HSL 243.4º 0.89% 0.31% -
HSV(B) 243.4º 0.94% 0.59% -
XYZ 5.83 2.52 29.03 -
YUV 27.47 197.15 120.54 -
System Red Green Blue C M Y K H S L
Decimal 17 9 150 0.89 0.94 0 0.41 243.4 0.89 0.31
Hex 11 9 96 59 5E 0 29 F3 59 1F
Octal 21 11 226 131 136 0 51 363 131 37
Binary 10001 1001 10010110 1011001 1011110 0 101001 11110011 1011001 11111

Color Harmonies of #110996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110996

Black with #110996

Text Example


Text Example

White with #110996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110996; }

 p { color: rgb(17,9,150); }

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

background-color css

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

 a { background-color: rgb(17,9,150); }

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

border-color css

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

 span { border-color: rgb(17,9,150); }

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