Html Css Color HEX #110992 Ultramarine

📋 copy color: '#110992'

red 17 ◦ green 9 ◦ blue 146

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

Shades of Ultramarine #110992

Tints of Ultramarine #110992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 84.88%

R = 9.88%
G = 5.23%
B = 84.88%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#110992 (or 0x110992) is known color: Ultramarine. HEX triplet: 11, 09 and 92. RGB value is (17,9,146). Sum of RGB (Red+Green+Blue) = 17+9+146=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 146 (57.42% from 255 or 84.88% from 172); Max value from RGB is 146 - color contains mainly: blue. Hex color #110992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110992 is #EEF66D. Grayscale: #1A1A1A. Windows color (decimal): -15660654 or 9570577. OLE color: 9570577.

HSL color Cylindrical-coordinate representation of color #110992: hue angle of 243.5º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110992 is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 9 146 -
CMYK 0.88 0.94 0 0.43
HSL 243.5º 0.88% 0.3% -
HSV(B) 243.5º 0.94% 0.57% -
XYZ 5.52 2.39 27.36 -
YUV 27.01 195.15 120.86 -
System Red Green Blue C M Y K H S L
Decimal 17 9 146 0.88 0.94 0 0.43 243.5 0.88 0.3
Hex 11 9 92 58 5E 0 2B F4 58 1E
Octal 21 11 222 130 136 0 53 364 130 36
Binary 10001 1001 10010010 1011000 1011110 0 101011 11110100 1011000 11110

Color Harmonies of #110992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110992

Black with #110992

Text Example


Text Example

White with #110992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110992; }

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

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

background-color css

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

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

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

border-color css

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

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

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