Html Css Color HEX #11008D Ultramarine

📋 copy color: '#11008D'

red 17 ◦ green 0 ◦ blue 141

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

Shades of Ultramarine #11008D

Tints of Ultramarine #11008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 141 (55.47% from 255) = 89.24%

R = 10.76%
G = 0%
B = 89.24%

CMYK

 C value IS 0.88

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#11008D (or 0x11008D) is known color: Ultramarine. HEX triplet: 11, 00 and 8D. RGB value is (17,0,141). Sum of RGB (Red+Green+Blue) = 17+0+141=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 141 (55.47% from 255 or 89.24% from 158); Max value from RGB is 141 - color contains mainly: blue. Hex color #11008D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11008D is #EEFF72. Grayscale: #141414. Windows color (decimal): -15662963 or 9240593. OLE color: 9240593.

HSL color Cylindrical-coordinate representation of color #11008D: hue angle of 247.23º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11008D is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 17 0 141 -
CMYK 0.88 1 0 0.45
HSL 247.23º 1% 0.28% -
HSV(B) 247.23º 1% 0.55% -
XYZ 5.04 2.04 25.33 -
YUV 21.16 195.63 125.04 -
System Red Green Blue C M Y K H S L
Decimal 17 0 141 0.88 1 0 0.45 247.23 1 0.28
Hex 11 0 8D 58 64 0 2D F7 64 1C
Octal 21 0 215 130 144 0 55 367 144 34
Binary 10001 0 10001101 1011000 1100100 0 101101 11110111 1100100 11100

Color Harmonies of #11008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11008D

Black with #11008D

Text Example


Text Example

White with #11008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11008D; }

 p { color: rgb(17,0,141); }

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

background-color css

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

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

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

border-color css

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

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

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