Html Css Color HEX #110D92 Ultramarine

📋 copy color: '#110D92'

red 17 ◦ green 13 ◦ blue 146

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

Shades of Ultramarine #110D92

Tints of Ultramarine #110D92

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.39%

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

R = 9.66%
G = 7.39%
B = 82.95%

CMYK

 C value IS 0.88

 M value IS 0.91

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#110D92 (or 0x110D92) is known color: Ultramarine. HEX triplet: 11, 0D and 92. RGB value is (17,13,146). Sum of RGB (Red+Green+Blue) = 17+13+146=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 146 (57.42% from 255 or 82.95% from 176); Max value from RGB is 146 - color contains mainly: blue. Hex color #110D92 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110D92 is #EEF26D. Grayscale: #1C1C1C. Windows color (decimal): -15659630 or 9571601. OLE color: 9571601.

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

Color convert

RGB 17 13 146 -
CMYK 0.88 0.91 0 0.43
HSL 241.8º 0.84% 0.31% -
HSV(B) 241.8º 0.91% 0.57% -
XYZ 5.56 2.48 27.38 -
YUV 29.36 193.83 119.19 -
System Red Green Blue C M Y K H S L
Decimal 17 13 146 0.88 0.91 0 0.43 241.8 0.84 0.31
Hex 11 D 92 58 5B 0 2B F2 54 1F
Octal 21 15 222 130 133 0 53 362 124 37
Binary 10001 1101 10010010 1011000 1011011 0 101011 11110010 1010100 11111

Color Harmonies of #110D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110D92

Black with #110D92

Text Example


Text Example

White with #110D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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