Html Css Color HEX #111194 Ultramarine

📋 copy color: '#111194'

red 17 ◦ green 17 ◦ blue 148

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

Shades of Ultramarine #111194

Tints of Ultramarine #111194

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.34%

 BLUE value IS 148 (58.2% from 255) = 81.32%

R = 9.34%
G = 9.34%
B = 81.32%

CMYK

 C value IS 0.89

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#111194 (or 0x111194) is known color: Ultramarine. HEX triplet: 11, 11 and 94. RGB value is (17,17,148). Sum of RGB (Red+Green+Blue) = 17+17+148=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 148 (58.20% from 255 or 81.32% from 182); Max value from RGB is 148 - color contains mainly: blue. Hex color #111194 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111194 is #EEEE6B. Grayscale: #1F1F1F. Windows color (decimal): -15658604 or 9703697. OLE color: 9703697.

HSL color Cylindrical-coordinate representation of color #111194: hue angle of 240º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #111194 is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 17 148 -
CMYK 0.89 0.89 0 0.42
HSL 240º 0.79% 0.32% -
HSV(B) 240º 0.89% 0.58% -
XYZ 5.78 2.66 28.23 -
YUV 31.93 193.5 117.35 -
System Red Green Blue C M Y K H S L
Decimal 17 17 148 0.89 0.89 0 0.42 240 0.79 0.32
Hex 11 11 94 59 59 0 2A F0 4F 20
Octal 21 21 224 131 131 0 52 360 117 40
Binary 10001 10001 10010100 1011001 1011001 0 101010 11110000 1001111 100000

Color Harmonies of #111194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111194

Black with #111194

Text Example


Text Example

White with #111194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111194; }

 p { color: rgb(17,17,148); }

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

background-color css

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

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

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

border-color css

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

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

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