Html Css Color HEX #110A95 Ultramarine

📋 copy color: '#110A95'

red 17 ◦ green 10 ◦ blue 149

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

Shades of Ultramarine #110A95

Tints of Ultramarine #110A95

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.68%

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

R = 9.66%
G = 5.68%
B = 84.66%

CMYK

 C value IS 0.89

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#110A95 (or 0x110A95) is known color: Ultramarine. HEX triplet: 11, 0A and 95. RGB value is (17,10,149). Sum of RGB (Red+Green+Blue) = 17+10+149=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 10 (4.30% from 255 or 5.68% from 176); Blue value is 149 (58.59% from 255 or 84.66% from 176); Max value from RGB is 149 - color contains mainly: blue. Hex color #110A95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110A95 is #EEF56A. Grayscale: #1B1B1B. Windows color (decimal): -15660395 or 9767441. OLE color: 9767441.

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

Color convert

RGB 17 10 149 -
CMYK 0.89 0.93 0 0.42
HSL 243.02º 0.87% 0.31% -
HSV(B) 243.02º 0.93% 0.58% -
XYZ 5.76 2.51 28.61 -
YUV 27.94 196.32 120.2 -
System Red Green Blue C M Y K H S L
Decimal 17 10 149 0.89 0.93 0 0.42 243.02 0.87 0.31
Hex 11 A 95 59 5D 0 2A F3 57 1F
Octal 21 12 225 131 135 0 52 363 127 37
Binary 10001 1010 10010101 1011001 1011101 0 101010 11110011 1010111 11111

Color Harmonies of #110A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110A95

Black with #110A95

Text Example


Text Example

White with #110A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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