Html Css Color HEX #11149D Ultramarine

📋 copy color: '#11149D'

red 17 ◦ green 20 ◦ blue 157

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

Shades of Ultramarine #11149D

Tints of Ultramarine #11149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.31%

 BLUE value IS 157 (61.72% from 255) = 80.93%

R = 8.76%
G = 10.31%
B = 80.93%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11149D (or 0x11149D) is known color: Ultramarine. HEX triplet: 11, 14 and 9D. RGB value is (17,20,157). Sum of RGB (Red+Green+Blue) = 17+20+157=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 157 (61.72% from 255 or 80.93% from 194); Max value from RGB is 157 - color contains mainly: blue. Hex color #11149D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11149D is #EEEB62. Grayscale: #222222. Windows color (decimal): -15657827 or 10294289. OLE color: 10294289.

HSL color Cylindrical-coordinate representation of color #11149D: hue angle of 238.71º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11149D is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 20 157 -
CMYK 0.89 0.87 0 0.38
HSL 238.71º 0.8% 0.34% -
HSV(B) 238.71º 0.89% 0.62% -
XYZ 6.57 3.05 32.14 -
YUV 34.72 197.01 115.36 -
System Red Green Blue C M Y K H S L
Decimal 17 20 157 0.89 0.87 0 0.38 238.71 0.8 0.34
Hex 11 14 9D 59 57 0 26 EF 50 22
Octal 21 24 235 131 127 0 46 357 120 42
Binary 10001 10100 10011101 1011001 1010111 0 100110 11101111 1010000 100010

Color Harmonies of #11149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11149D

Black with #11149D

Text Example


Text Example

White with #11149D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,20,157); }

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

background-color css

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

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

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

border-color css

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

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

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