Html Css Color HEX #111494 Ultramarine

📋 copy color: '#111494'

red 17 ◦ green 20 ◦ blue 148

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

Shades of Ultramarine #111494

Tints of Ultramarine #111494

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.81%

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

R = 9.19%
G = 10.81%
B = 80%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#111494 (or 0x111494) is known color: Ultramarine. HEX triplet: 11, 14 and 94. RGB value is (17,20,148). Sum of RGB (Red+Green+Blue) = 17+20+148=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 148 (58.20% from 255 or 80% from 185); Max value from RGB is 148 - color contains mainly: blue. Hex color #111494 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111494 is #EEEB6B. Grayscale: #212121. Windows color (decimal): -15657836 or 9704465. OLE color: 9704465.

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

Color convert

RGB 17 20 148 -
CMYK 0.89 0.86 0 0.42
HSL 238.63º 0.79% 0.32% -
HSV(B) 238.63º 0.89% 0.58% -
XYZ 5.83 2.76 28.24 -
YUV 33.7 192.51 116.09 -
System Red Green Blue C M Y K H S L
Decimal 17 20 148 0.89 0.86 0 0.42 238.63 0.79 0.32
Hex 11 14 94 59 56 0 2A EF 4F 20
Octal 21 24 224 131 126 0 52 357 117 40
Binary 10001 10100 10010100 1011001 1010110 0 101010 11101111 1001111 100000

Color Harmonies of #111494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111494

Black with #111494

Text Example


Text Example

White with #111494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111494; }

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

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

background-color css

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

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

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

border-color css

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

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

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