Html Css Color HEX #111390 Ultramarine

📋 copy color: '#111390'

red 17 ◦ green 19 ◦ blue 144

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

Shades of Ultramarine #111390

Tints of Ultramarine #111390

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.56%

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

R = 9.44%
G = 10.56%
B = 80%

CMYK

 C value IS 0.88

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#111390 (or 0x111390) is known color: Ultramarine. HEX triplet: 11, 13 and 90. RGB value is (17,19,144). Sum of RGB (Red+Green+Blue) = 17+19+144=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 144 (56.64% from 255 or 80% from 180); Max value from RGB is 144 - color contains mainly: blue. Hex color #111390 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111390 is #EEEC6F. Grayscale: #202020. Windows color (decimal): -15658096 or 9442065. OLE color: 9442065.

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

Color convert

RGB 17 19 144 -
CMYK 0.88 0.87 0 0.44
HSL 239.06º 0.79% 0.32% -
HSV(B) 239.06º 0.88% 0.56% -
XYZ 5.5 2.6 26.6 -
YUV 32.65 190.84 116.84 -
System Red Green Blue C M Y K H S L
Decimal 17 19 144 0.88 0.87 0 0.44 239.06 0.79 0.32
Hex 11 13 90 58 57 0 2C EF 4F 20
Octal 21 23 220 130 127 0 54 357 117 40
Binary 10001 10011 10010000 1011000 1010111 0 101100 11101111 1001111 100000

Color Harmonies of #111390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111390

Black with #111390

Text Example


Text Example

White with #111390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111390; }

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

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

background-color css

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

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

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

border-color css

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

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

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