Html Css Color HEX #11158E Ultramarine

📋 copy color: '#11158E'

red 17 ◦ green 21 ◦ blue 142

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

Shades of Ultramarine #11158E

Tints of Ultramarine #11158E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.67%

 BLUE value IS 142 (55.86% from 255) = 78.89%

R = 9.44%
G = 11.67%
B = 78.89%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#11158E (or 0x11158E) is known color: Ultramarine. HEX triplet: 11, 15 and 8E. RGB value is (17,21,142). Sum of RGB (Red+Green+Blue) = 17+21+142=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 142 (55.86% from 255 or 78.89% from 180); Max value from RGB is 142 - color contains mainly: blue. Hex color #11158E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11158E is #EEEA71. Grayscale: #212121. Windows color (decimal): -15657586 or 9311505. OLE color: 9311505.

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

Color convert

RGB 17 21 142 -
CMYK 0.88 0.85 0 0.44
HSL 238.08º 0.79% 0.31% -
HSV(B) 238.08º 0.88% 0.56% -
XYZ 5.38 2.61 25.81 -
YUV 33.6 189.17 116.16 -
System Red Green Blue C M Y K H S L
Decimal 17 21 142 0.88 0.85 0 0.44 238.08 0.79 0.31
Hex 11 15 8E 58 55 0 2C EE 4F 1F
Octal 21 25 216 130 125 0 54 356 117 37
Binary 10001 10101 10001110 1011000 1010101 0 101100 11101110 1001111 11111

Color Harmonies of #11158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11158E

Black with #11158E

Text Example


Text Example

White with #11158E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11158E; }

 p { color: rgb(17,21,142); }

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

background-color css

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

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

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

border-color css

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

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

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