Html Css Color HEX #111497 Ultramarine

📋 copy color: '#111497'

red 17 ◦ green 20 ◦ blue 151

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

Shades of Ultramarine #111497

Tints of Ultramarine #111497

RGB

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

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

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

R = 9.04%
G = 10.64%
B = 80.32%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#111497 (or 0x111497) is known color: Ultramarine. HEX triplet: 11, 14 and 97. RGB value is (17,20,151). Sum of RGB (Red+Green+Blue) = 17+20+151=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 151 (59.38% from 255 or 80.32% from 188); Max value from RGB is 151 - color contains mainly: blue. Hex color #111497 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111497 is #EEEB68. Grayscale: #212121. Windows color (decimal): -15657833 or 9901073. OLE color: 9901073.

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

Color convert

RGB 17 20 151 -
CMYK 0.89 0.87 0 0.41
HSL 238.66º 0.8% 0.33% -
HSV(B) 238.66º 0.89% 0.59% -
XYZ 6.07 2.85 29.51 -
YUV 34.04 194.01 115.85 -
System Red Green Blue C M Y K H S L
Decimal 17 20 151 0.89 0.87 0 0.41 238.66 0.8 0.33
Hex 11 14 97 59 57 0 29 EF 50 21
Octal 21 24 227 131 127 0 51 357 120 41
Binary 10001 10100 10010111 1011001 1010111 0 101001 11101111 1010000 100001

Color Harmonies of #111497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111497

Black with #111497

Text Example


Text Example

White with #111497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111497; }

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

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

background-color css

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

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

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

border-color css

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

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

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