Html Css Color HEX #110D95 Ultramarine

📋 copy color: '#110D95'

red 17 ◦ green 13 ◦ blue 149

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

Shades of Ultramarine #110D95

Tints of Ultramarine #110D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 83.24%

R = 9.5%
G = 7.26%
B = 83.24%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#110D95 (or 0x110D95) is known color: Ultramarine. HEX triplet: 11, 0D and 95. RGB value is (17,13,149). Sum of RGB (Red+Green+Blue) = 17+13+149=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 13 (5.47% from 255 or 7.26% from 179); Blue value is 149 (58.59% from 255 or 83.24% from 179); Max value from RGB is 149 - color contains mainly: blue. Hex color #110D95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110D95 is #EEF26A. Grayscale: #1D1D1D. Windows color (decimal): -15659627 or 9768209. OLE color: 9768209.

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

Color convert

RGB 17 13 149 -
CMYK 0.89 0.91 0 0.42
HSL 241.76º 0.84% 0.32% -
HSV(B) 241.76º 0.91% 0.58% -
XYZ 5.8 2.58 28.63 -
YUV 29.7 195.33 118.94 -
System Red Green Blue C M Y K H S L
Decimal 17 13 149 0.89 0.91 0 0.42 241.76 0.84 0.32
Hex 11 D 95 59 5B 0 2A F2 54 20
Octal 21 15 225 131 133 0 52 362 124 40
Binary 10001 1101 10010101 1011001 1011011 0 101010 11110010 1010100 100000

Color Harmonies of #110D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110D95

Black with #110D95

Text Example


Text Example

White with #110D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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