Html Css Color HEX #111394 Ultramarine

📋 copy color: '#111394'

red 17 ◦ green 19 ◦ blue 148

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

Shades of Ultramarine #111394

Tints of Ultramarine #111394

RGB

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

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

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

R = 9.24%
G = 10.33%
B = 80.43%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#111394 (or 0x111394) is known color: Ultramarine. HEX triplet: 11, 13 and 94. RGB value is (17,19,148). Sum of RGB (Red+Green+Blue) = 17+19+148=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 148 (58.20% from 255 or 80.43% from 184); Max value from RGB is 148 - color contains mainly: blue. Hex color #111394 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111394 is #EEEC6B. Grayscale: #202020. Windows color (decimal): -15658092 or 9704209. OLE color: 9704209.

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

Color convert

RGB 17 19 148 -
CMYK 0.89 0.87 0 0.42
HSL 239.08º 0.79% 0.32% -
HSV(B) 239.08º 0.89% 0.58% -
XYZ 5.81 2.72 28.24 -
YUV 33.11 192.84 116.51 -
System Red Green Blue C M Y K H S L
Decimal 17 19 148 0.89 0.87 0 0.42 239.08 0.79 0.32
Hex 11 13 94 59 57 0 2A EF 4F 20
Octal 21 23 224 131 127 0 52 357 117 40
Binary 10001 10011 10010100 1011001 1010111 0 101010 11101111 1001111 100000

Color Harmonies of #111394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111394

Black with #111394

Text Example


Text Example

White with #111394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111394; }

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

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

background-color css

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

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

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

border-color css

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

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

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