Html Css Color HEX #110A90 Ultramarine

📋 copy color: '#110A90'

red 17 ◦ green 10 ◦ blue 144

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

Shades of Ultramarine #110A90

Tints of Ultramarine #110A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 84.21%

R = 9.94%
G = 5.85%
B = 84.21%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#110A90 (or 0x110A90) is known color: Ultramarine. HEX triplet: 11, 0A and 90. RGB value is (17,10,144). Sum of RGB (Red+Green+Blue) = 17+10+144=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 144 (56.64% from 255 or 84.21% from 171); Max value from RGB is 144 - color contains mainly: blue. Hex color #110A90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110A90 is #EEF56F. Grayscale: #1A1A1A. Windows color (decimal): -15660400 or 9439761. OLE color: 9439761.

HSL color Cylindrical-coordinate representation of color #110A90: hue angle of 243.13º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110A90 is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 10 144 -
CMYK 0.88 0.93 0 0.44
HSL 243.13º 0.87% 0.3% -
HSV(B) 243.13º 0.93% 0.56% -
XYZ 5.37 2.35 26.56 -
YUV 27.37 193.82 120.6 -
System Red Green Blue C M Y K H S L
Decimal 17 10 144 0.88 0.93 0 0.44 243.13 0.87 0.3
Hex 11 A 90 58 5D 0 2C F3 57 1E
Octal 21 12 220 130 135 0 54 363 127 36
Binary 10001 1010 10010000 1011000 1011101 0 101100 11110011 1010111 11110

Color Harmonies of #110A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110A90

Black with #110A90

Text Example


Text Example

White with #110A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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