Html Css Color HEX #110994 Ultramarine

📋 copy color: '#110994'

red 17 ◦ green 9 ◦ blue 148

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

Shades of Ultramarine #110994

Tints of Ultramarine #110994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 85.06%

R = 9.77%
G = 5.17%
B = 85.06%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#110994 (or 0x110994) is known color: Ultramarine. HEX triplet: 11, 09 and 94. RGB value is (17,9,148). Sum of RGB (Red+Green+Blue) = 17+9+148=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 148 (58.20% from 255 or 85.06% from 174); Max value from RGB is 148 - color contains mainly: blue. Hex color #110994 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110994 is #EEF66B. Grayscale: #1A1A1A. Windows color (decimal): -15660652 or 9701649. OLE color: 9701649.

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

Color convert

RGB 17 9 148 -
CMYK 0.89 0.94 0 0.42
HSL 243.45º 0.89% 0.31% -
HSV(B) 243.45º 0.94% 0.58% -
XYZ 5.67 2.45 28.19 -
YUV 27.24 196.15 120.7 -
System Red Green Blue C M Y K H S L
Decimal 17 9 148 0.89 0.94 0 0.42 243.45 0.89 0.31
Hex 11 9 94 59 5E 0 2A F3 59 1F
Octal 21 11 224 131 136 0 52 363 131 37
Binary 10001 1001 10010100 1011001 1011110 0 101010 11110011 1011001 11111

Color Harmonies of #110994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110994

Black with #110994

Text Example


Text Example

White with #110994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110994; }

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

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

background-color css

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

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

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

border-color css

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

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

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