Html Css Color HEX #11119B Ultramarine

📋 copy color: '#11119B'

red 17 ◦ green 17 ◦ blue 155

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

Shades of Ultramarine #11119B

Tints of Ultramarine #11119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.99%

 BLUE value IS 155 (60.94% from 255) = 82.01%

R = 8.99%
G = 8.99%
B = 82.01%

CMYK

 C value IS 0.89

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#11119B (or 0x11119B) is known color: Ultramarine. HEX triplet: 11, 11 and 9B. RGB value is (17,17,155). Sum of RGB (Red+Green+Blue) = 17+17+155=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 155 (60.94% from 255 or 82.01% from 189); Max value from RGB is 155 - color contains mainly: blue. Hex color #11119B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11119B is #EEEE64. Grayscale: #202020. Windows color (decimal): -15658597 or 10162449. OLE color: 10162449.

HSL color Cylindrical-coordinate representation of color #11119B: hue angle of 240º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11119B is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 17 17 155 -
CMYK 0.89 0.89 0 0.39
HSL 240º 0.8% 0.34% -
HSV(B) 240º 0.89% 0.61% -
XYZ 6.35 2.89 31.23 -
YUV 32.73 197 116.78 -
System Red Green Blue C M Y K H S L
Decimal 17 17 155 0.89 0.89 0 0.39 240 0.8 0.34
Hex 11 11 9B 59 59 0 27 F0 50 22
Octal 21 21 233 131 131 0 47 360 120 42
Binary 10001 10001 10011011 1011001 1011001 0 100111 11110000 1010000 100010

Color Harmonies of #11119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11119B

Black with #11119B

Text Example


Text Example

White with #11119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11119B; }

 p { color: rgb(17,17,155); }

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

background-color css

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

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

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

border-color css

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

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

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