Html Css Color HEX #111396 Ultramarine

📋 copy color: '#111396'

red 17 ◦ green 19 ◦ blue 150

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

Shades of Ultramarine #111396

Tints of Ultramarine #111396

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.22%

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

R = 9.14%
G = 10.22%
B = 80.65%

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

#111396 (or 0x111396) is known color: Ultramarine. HEX triplet: 11, 13 and 96. RGB value is (17,19,150). Sum of RGB (Red+Green+Blue) = 17+19+150=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 150 (58.98% from 255 or 80.65% from 186); Max value from RGB is 150 - color contains mainly: blue. Hex color #111396 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111396 is #EEEC69. Grayscale: #202020. Windows color (decimal): -15658090 or 9835281. OLE color: 9835281.

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

Color convert

RGB 17 19 150 -
CMYK 0.89 0.87 0 0.41
HSL 239.1º 0.8% 0.33% -
HSV(B) 239.1º 0.89% 0.59% -
XYZ 5.97 2.79 29.08 -
YUV 33.34 193.84 116.35 -
System Red Green Blue C M Y K H S L
Decimal 17 19 150 0.89 0.87 0 0.41 239.1 0.8 0.33
Hex 11 13 96 59 57 0 29 EF 50 21
Octal 21 23 226 131 127 0 51 357 120 41
Binary 10001 10011 10010110 1011001 1010111 0 101001 11101111 1010000 100001

Color Harmonies of #111396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111396

Black with #111396

Text Example


Text Example

White with #111396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111396; }

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

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

background-color css

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

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

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

border-color css

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

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

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