Html Css Color HEX #111996 Ultramarine

📋 copy color: '#111996'

red 17 ◦ green 25 ◦ blue 150

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

Shades of Ultramarine #111996

Tints of Ultramarine #111996

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.02%

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

R = 8.85%
G = 13.02%
B = 78.13%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#111996 (or 0x111996) is known color: Ultramarine. HEX triplet: 11, 19 and 96. RGB value is (17,25,150). Sum of RGB (Red+Green+Blue) = 17+25+150=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 150 (58.98% from 255 or 78.12% from 192); Max value from RGB is 150 - color contains mainly: blue. Hex color #111996 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111996 is #EEE669. Grayscale: #242424. Windows color (decimal): -15656554 or 9836817. OLE color: 9836817.

HSL color Cylindrical-coordinate representation of color #111996: hue angle of 236.39º 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 #111996 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 25 150 -
CMYK 0.89 0.83 0 0.41
HSL 236.39º 0.8% 0.33% -
HSV(B) 236.39º 0.89% 0.59% -
XYZ 6.08 3.02 29.12 -
YUV 36.86 191.85 113.84 -
System Red Green Blue C M Y K H S L
Decimal 17 25 150 0.89 0.83 0 0.41 236.39 0.8 0.33
Hex 11 19 96 59 53 0 29 EC 50 21
Octal 21 31 226 131 123 0 51 354 120 41
Binary 10001 11001 10010110 1011001 1010011 0 101001 11101100 1010000 100001

Color Harmonies of #111996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111996

Black with #111996

Text Example


Text Example

White with #111996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111996; }

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

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

background-color css

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

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

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

border-color css

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

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

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