Html Css Color HEX #111294 Ultramarine

📋 copy color: '#111294'

red 17 ◦ green 18 ◦ blue 148

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

Shades of Ultramarine #111294

Tints of Ultramarine #111294

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.84%

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

R = 9.29%
G = 9.84%
B = 80.87%

CMYK

 C value IS 0.89

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#111294 (or 0x111294) is known color: Ultramarine. HEX triplet: 11, 12 and 94. RGB value is (17,18,148). Sum of RGB (Red+Green+Blue) = 17+18+148=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 148 (58.20% from 255 or 80.87% from 183); Max value from RGB is 148 - color contains mainly: blue. Hex color #111294 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111294 is #EEED6B. Grayscale: #202020. Windows color (decimal): -15658348 or 9703953. OLE color: 9703953.

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

Color convert

RGB 17 18 148 -
CMYK 0.89 0.88 0 0.42
HSL 239.54º 0.79% 0.32% -
HSV(B) 239.54º 0.89% 0.58% -
XYZ 5.79 2.69 28.23 -
YUV 32.52 193.17 116.93 -
System Red Green Blue C M Y K H S L
Decimal 17 18 148 0.89 0.88 0 0.42 239.54 0.79 0.32
Hex 11 12 94 59 58 0 2A F0 4F 20
Octal 21 22 224 131 130 0 52 360 117 40
Binary 10001 10010 10010100 1011001 1011000 0 101010 11110000 1001111 100000

Color Harmonies of #111294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111294

Black with #111294

Text Example


Text Example

White with #111294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111294; }

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

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

background-color css

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

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

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

border-color css

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

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

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