Html Css Color HEX #110190 Ultramarine

📋 copy color: '#110190'

red 17 ◦ green 1 ◦ blue 144

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

Shades of Ultramarine #110190

Tints of Ultramarine #110190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

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

R = 10.49%
G = 0.62%
B = 88.89%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#110190 (or 0x110190) is known color: Ultramarine. HEX triplet: 11, 01 and 90. RGB value is (17,1,144). Sum of RGB (Red+Green+Blue) = 17+1+144=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 144 (56.64% from 255 or 88.89% from 162); Max value from RGB is 144 - color contains mainly: blue. Hex color #110190 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110190 is #EEFE6F. Grayscale: #151515. Windows color (decimal): -15662704 or 9437457. OLE color: 9437457.

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

Color convert

RGB 17 1 144 -
CMYK 0.88 0.99 0 0.44
HSL 246.71º 0.99% 0.28% -
HSV(B) 246.71º 0.99% 0.56% -
XYZ 5.28 2.15 26.52 -
YUV 22.09 196.8 124.37 -
System Red Green Blue C M Y K H S L
Decimal 17 1 144 0.88 0.99 0 0.44 246.71 0.99 0.28
Hex 11 1 90 58 63 0 2C F7 63 1C
Octal 21 1 220 130 143 0 54 367 143 34
Binary 10001 1 10010000 1011000 1100011 0 101100 11110111 1100011 11100

Color Harmonies of #110190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110190

Black with #110190

Text Example


Text Example

White with #110190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110190; }

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

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

background-color css

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

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

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

border-color css

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

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

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