Html Css Color HEX #11018E Ultramarine

📋 copy color: '#11018E'

red 17 ◦ green 1 ◦ blue 142

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

Shades of Ultramarine #11018E

Tints of Ultramarine #11018E

RGB

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

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

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

R = 10.63%
G = 0.63%
B = 88.75%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#11018E (or 0x11018E) is known color: Ultramarine. HEX triplet: 11, 01 and 8E. RGB value is (17,1,142). Sum of RGB (Red+Green+Blue) = 17+1+142=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 142 (55.86% from 255 or 88.75% from 160); Max value from RGB is 142 - color contains mainly: blue. Hex color #11018E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11018E is #EEFE71. Grayscale: #151515. Windows color (decimal): -15662706 or 9306385. OLE color: 9306385.

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

Color convert

RGB 17 1 142 -
CMYK 0.88 0.99 0 0.44
HSL 246.81º 0.99% 0.28% -
HSV(B) 246.81º 0.99% 0.56% -
XYZ 5.12 2.09 25.73 -
YUV 21.86 195.8 124.54 -
System Red Green Blue C M Y K H S L
Decimal 17 1 142 0.88 0.99 0 0.44 246.81 0.99 0.28
Hex 11 1 8E 58 63 0 2C F7 63 1C
Octal 21 1 216 130 143 0 54 367 143 34
Binary 10001 1 10001110 1011000 1100011 0 101100 11110111 1100011 11100

Color Harmonies of #11018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11018E

Black with #11018E

Text Example


Text Example

White with #11018E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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