Html Css Color HEX #111496 Ultramarine

📋 copy color: '#111496'

red 17 ◦ green 20 ◦ blue 150

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

Shades of Ultramarine #111496

Tints of Ultramarine #111496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 80.21%

R = 9.09%
G = 10.7%
B = 80.21%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#111496 (or 0x111496) is known color: Ultramarine. HEX triplet: 11, 14 and 96. RGB value is (17,20,150). Sum of RGB (Red+Green+Blue) = 17+20+150=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 150 (58.98% from 255 or 80.21% from 187); Max value from RGB is 150 - color contains mainly: blue. Hex color #111496 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111496 is #EEEB69. Grayscale: #212121. Windows color (decimal): -15657834 or 9835537. OLE color: 9835537.

HSL color Cylindrical-coordinate representation of color #111496: hue angle of 238.65º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #111496 is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 20 150 -
CMYK 0.89 0.87 0 0.41
HSL 238.65º 0.8% 0.33% -
HSV(B) 238.65º 0.89% 0.59% -
XYZ 5.99 2.82 29.08 -
YUV 33.92 193.51 115.93 -
System Red Green Blue C M Y K H S L
Decimal 17 20 150 0.89 0.87 0 0.41 238.65 0.8 0.33
Hex 11 14 96 59 57 0 29 EF 50 21
Octal 21 24 226 131 127 0 51 357 120 41
Binary 10001 10100 10010110 1011001 1010111 0 101001 11101111 1010000 100001

Color Harmonies of #111496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111496

Black with #111496

Text Example


Text Example

White with #111496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111496; }

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

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

background-color css

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

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

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

border-color css

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

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

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