Html Css Color HEX #110192 Ultramarine

📋 copy color: '#110192'

red 17 ◦ green 1 ◦ blue 146

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

Shades of Ultramarine #110192

Tints of Ultramarine #110192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 89.02%

R = 10.37%
G = 0.61%
B = 89.02%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#110192 (or 0x110192) is known color: Ultramarine. HEX triplet: 11, 01 and 92. RGB value is (17,1,146). Sum of RGB (Red+Green+Blue) = 17+1+146=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 146 (57.42% from 255 or 89.02% from 164); Max value from RGB is 146 - color contains mainly: blue. Hex color #110192 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110192 is #EEFE6D. Grayscale: #151515. Windows color (decimal): -15662702 or 9568529. OLE color: 9568529.

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

Color convert

RGB 17 1 146 -
CMYK 0.88 0.99 0 0.43
HSL 246.62º 0.99% 0.29% -
HSV(B) 246.62º 0.99% 0.57% -
XYZ 5.43 2.22 27.34 -
YUV 22.31 197.8 124.21 -
System Red Green Blue C M Y K H S L
Decimal 17 1 146 0.88 0.99 0 0.43 246.62 0.99 0.29
Hex 11 1 92 58 63 0 2B F7 63 1D
Octal 21 1 222 130 143 0 53 367 143 35
Binary 10001 1 10010010 1011000 1100011 0 101011 11110111 1100011 11101

Color Harmonies of #110192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110192

Black with #110192

Text Example


Text Example

White with #110192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110192; }

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

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

background-color css

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

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

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

border-color css

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

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

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