Html Css Color HEX #111299 Ultramarine

📋 copy color: '#111299'

red 17 ◦ green 18 ◦ blue 153

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

Shades of Ultramarine #111299

Tints of Ultramarine #111299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 81.38%

R = 9.04%
G = 9.57%
B = 81.38%

CMYK

 C value IS 0.89

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#111299 (or 0x111299) is known color: Ultramarine. HEX triplet: 11, 12 and 99. RGB value is (17,18,153). Sum of RGB (Red+Green+Blue) = 17+18+153=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 153 (60.16% from 255 or 81.38% from 188); Max value from RGB is 153 - color contains mainly: blue. Hex color #111299 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111299 is #EEED66. Grayscale: #202020. Windows color (decimal): -15658343 or 10031633. OLE color: 10031633.

HSL color Cylindrical-coordinate representation of color #111299: hue angle of 239.56º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #111299 is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 17 18 153 -
CMYK 0.89 0.88 0 0.4
HSL 239.56º 0.8% 0.33% -
HSV(B) 239.56º 0.89% 0.6% -
XYZ 6.2 2.85 30.36 -
YUV 33.09 195.67 116.52 -
System Red Green Blue C M Y K H S L
Decimal 17 18 153 0.89 0.88 0 0.4 239.56 0.8 0.33
Hex 11 12 99 59 58 0 28 F0 50 21
Octal 21 22 231 131 130 0 50 360 120 41
Binary 10001 10010 10011001 1011001 1011000 0 101000 11110000 1010000 100001

Color Harmonies of #111299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111299

Black with #111299

Text Example


Text Example

White with #111299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111299; }

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

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

background-color css

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

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

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

border-color css

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

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

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