Html Css Color HEX #111297 Ultramarine

📋 copy color: '#111297'

red 17 ◦ green 18 ◦ blue 151

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

Shades of Ultramarine #111297

Tints of Ultramarine #111297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 81.18%

R = 9.14%
G = 9.68%
B = 81.18%

CMYK

 C value IS 0.89

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#111297 (or 0x111297) is known color: Ultramarine. HEX triplet: 11, 12 and 97. RGB value is (17,18,151). Sum of RGB (Red+Green+Blue) = 17+18+151=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 151 (59.38% from 255 or 81.18% from 186); Max value from RGB is 151 - color contains mainly: blue. Hex color #111297 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111297 is #EEED68. Grayscale: #202020. Windows color (decimal): -15658345 or 9900561. OLE color: 9900561.

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

Color convert

RGB 17 18 151 -
CMYK 0.89 0.88 0 0.41
HSL 239.55º 0.8% 0.33% -
HSV(B) 239.55º 0.89% 0.59% -
XYZ 6.03 2.79 29.5 -
YUV 32.86 194.67 116.69 -
System Red Green Blue C M Y K H S L
Decimal 17 18 151 0.89 0.88 0 0.41 239.55 0.8 0.33
Hex 11 12 97 59 58 0 29 F0 50 21
Octal 21 22 227 131 130 0 51 360 120 41
Binary 10001 10010 10010111 1011001 1011000 0 101001 11110000 1010000 100001

Color Harmonies of #111297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111297

Black with #111297

Text Example


Text Example

White with #111297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111297; }

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

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

background-color css

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

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

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

border-color css

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

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

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