Html Css Color HEX #110D97 Ultramarine

📋 copy color: '#110D97'

red 17 ◦ green 13 ◦ blue 151

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

Shades of Ultramarine #110D97

Tints of Ultramarine #110D97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 83.43%

R = 9.39%
G = 7.18%
B = 83.43%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#110D97 (or 0x110D97) is known color: Ultramarine. HEX triplet: 11, 0D and 97. RGB value is (17,13,151). Sum of RGB (Red+Green+Blue) = 17+13+151=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 151 (59.38% from 255 or 83.43% from 181); Max value from RGB is 151 - color contains mainly: blue. Hex color #110D97 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110D97 is #EEF268. Grayscale: #1D1D1D. Windows color (decimal): -15659625 or 9899281. OLE color: 9899281.

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

Color convert

RGB 17 13 151 -
CMYK 0.89 0.91 0 0.41
HSL 241.74º 0.84% 0.32% -
HSV(B) 241.74º 0.91% 0.59% -
XYZ 5.96 2.64 29.47 -
YUV 29.93 196.33 118.78 -
System Red Green Blue C M Y K H S L
Decimal 17 13 151 0.89 0.91 0 0.41 241.74 0.84 0.32
Hex 11 D 97 59 5B 0 29 F2 54 20
Octal 21 15 227 131 133 0 51 362 124 40
Binary 10001 1101 10010111 1011001 1011011 0 101001 11110010 1010100 100000

Color Harmonies of #110D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110D97

Black with #110D97

Text Example


Text Example

White with #110D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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