Html Css Color HEX #111195 Ultramarine

📋 copy color: '#111195'

red 17 ◦ green 17 ◦ blue 149

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

Shades of Ultramarine #111195

Tints of Ultramarine #111195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 81.42%

R = 9.29%
G = 9.29%
B = 81.42%

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

#111195 (or 0x111195) is known color: Ultramarine. HEX triplet: 11, 11 and 95. RGB value is (17,17,149). Sum of RGB (Red+Green+Blue) = 17+17+149=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 149 (58.59% from 255 or 81.42% from 183); Max value from RGB is 149 - color contains mainly: blue. Hex color #111195 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111195 is #EEEE6A. Grayscale: #1F1F1F. Windows color (decimal): -15658603 or 9769233. OLE color: 9769233.

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

Color convert

RGB 17 17 149 -
CMYK 0.89 0.89 0 0.42
HSL 240º 0.8% 0.33% -
HSV(B) 240º 0.89% 0.58% -
XYZ 5.86 2.69 28.64 -
YUV 32.05 194 117.27 -
System Red Green Blue C M Y K H S L
Decimal 17 17 149 0.89 0.89 0 0.42 240 0.8 0.33
Hex 11 11 95 59 59 0 2A F0 50 21
Octal 21 21 225 131 131 0 52 360 120 41
Binary 10001 10001 10010101 1011001 1011001 0 101010 11110000 1010000 100001

Color Harmonies of #111195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111195

Black with #111195

Text Example


Text Example

White with #111195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111195; }

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

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

background-color css

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

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

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

border-color css

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

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

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