Html Css Color HEX #11118A Ultramarine

📋 copy color: '#11118A'

red 17 ◦ green 17 ◦ blue 138

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

Shades of Ultramarine #11118A

Tints of Ultramarine #11118A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 80.23%

R = 9.88%
G = 9.88%
B = 80.23%

CMYK

 C value IS 0.88

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#11118A (or 0x11118A) is known color: Ultramarine. HEX triplet: 11, 11 and 8A. RGB value is (17,17,138). Sum of RGB (Red+Green+Blue) = 17+17+138=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 138 (54.30% from 255 or 80.23% from 172); Max value from RGB is 138 - color contains mainly: blue. Hex color #11118A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11118A is #EEEE75. Grayscale: #1E1E1E. Windows color (decimal): -15658614 or 9048337. OLE color: 9048337.

HSL color Cylindrical-coordinate representation of color #11118A: hue angle of 240º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11118A is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 17 138 -
CMYK 0.88 0.88 0 0.46
HSL 240º 0.78% 0.3% -
HSV(B) 240º 0.88% 0.54% -
XYZ 5.02 2.36 24.23 -
YUV 30.79 188.5 118.16 -
System Red Green Blue C M Y K H S L
Decimal 17 17 138 0.88 0.88 0 0.46 240 0.78 0.3
Hex 11 11 8A 58 58 0 2E F0 4E 1E
Octal 21 21 212 130 130 0 56 360 116 36
Binary 10001 10001 10001010 1011000 1011000 0 101110 11110000 1001110 11110

Color Harmonies of #11118A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11118A

Black with #11118A

Text Example


Text Example

White with #11118A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11118A; }

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

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

background-color css

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

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

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

border-color css

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

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

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