Html Css Color HEX #111490 Ultramarine

📋 copy color: '#111490'

red 17 ◦ green 20 ◦ blue 144

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

Shades of Ultramarine #111490

Tints of Ultramarine #111490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 79.56%

R = 9.39%
G = 11.05%
B = 79.56%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#111490 (or 0x111490) is known color: Ultramarine. HEX triplet: 11, 14 and 90. RGB value is (17,20,144). Sum of RGB (Red+Green+Blue) = 17+20+144=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 144 (56.64% from 255 or 79.56% from 181); Max value from RGB is 144 - color contains mainly: blue. Hex color #111490 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111490 is #EEEB6F. Grayscale: #202020. Windows color (decimal): -15657840 or 9442321. OLE color: 9442321.

HSL color Cylindrical-coordinate representation of color #111490: hue angle of 238.58º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #111490 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 20 144 -
CMYK 0.88 0.86 0 0.44
HSL 238.58º 0.79% 0.32% -
HSV(B) 238.58º 0.88% 0.56% -
XYZ 5.52 2.63 26.6 -
YUV 33.24 190.51 116.42 -
System Red Green Blue C M Y K H S L
Decimal 17 20 144 0.88 0.86 0 0.44 238.58 0.79 0.32
Hex 11 14 90 58 56 0 2C EF 4F 20
Octal 21 24 220 130 126 0 54 357 117 40
Binary 10001 10100 10010000 1011000 1010110 0 101100 11101111 1001111 100000

Color Harmonies of #111490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111490

Black with #111490

Text Example


Text Example

White with #111490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111490; }

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

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

background-color css

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

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

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

border-color css

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

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

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