Html Css Color HEX #110193 Ultramarine

📋 copy color: '#110193'

red 17 ◦ green 1 ◦ blue 147

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

Shades of Ultramarine #110193

Tints of Ultramarine #110193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 89.09%

R = 10.3%
G = 0.61%
B = 89.09%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#110193 (or 0x110193) is known color: Ultramarine. HEX triplet: 11, 01 and 93. RGB value is (17,1,147). Sum of RGB (Red+Green+Blue) = 17+1+147=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 147 (57.81% from 255 or 89.09% from 165); Max value from RGB is 147 - color contains mainly: blue. Hex color #110193 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110193 is #EEFE6C. Grayscale: #151515. Windows color (decimal): -15662701 or 9634065. OLE color: 9634065.

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

Color convert

RGB 17 1 147 -
CMYK 0.88 0.99 0 0.42
HSL 246.58º 0.99% 0.29% -
HSV(B) 246.58º 0.99% 0.58% -
XYZ 5.51 2.25 27.75 -
YUV 22.43 198.3 124.13 -
System Red Green Blue C M Y K H S L
Decimal 17 1 147 0.88 0.99 0 0.42 246.58 0.99 0.29
Hex 11 1 93 58 63 0 2A F7 63 1D
Octal 21 1 223 130 143 0 52 367 143 35
Binary 10001 1 10010011 1011000 1100011 0 101010 11110111 1100011 11101

Color Harmonies of #110193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110193

Black with #110193

Text Example


Text Example

White with #110193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110193; }

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

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

background-color css

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

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

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

border-color css

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

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

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