Html Css Color HEX #112189 Ultramarine

📋 copy color: '#112189'

red 17 ◦ green 33 ◦ blue 137

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

Shades of Ultramarine #112189

Tints of Ultramarine #112189

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.65%

 BLUE value IS 137 (53.91% from 255) = 73.26%

R = 9.09%
G = 17.65%
B = 73.26%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#112189 (or 0x112189) is known color: Ultramarine. HEX triplet: 11, 21 and 89. RGB value is (17,33,137). Sum of RGB (Red+Green+Blue) = 17+33+137=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 137 (53.91% from 255 or 73.26% from 187); Max value from RGB is 137 - color contains mainly: blue. Hex color #112189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112189 is #EEDE76. Grayscale: #272727. Windows color (decimal): -15654519 or 8986897. OLE color: 8986897.

HSL color Cylindrical-coordinate representation of color #112189: hue angle of 232º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112189 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 33 137 -
CMYK 0.88 0.76 0 0.46
HSL 232º 0.78% 0.3% -
HSV(B) 232º 0.88% 0.54% -
XYZ 5.29 3.01 23.97 -
YUV 40.07 182.7 111.54 -
System Red Green Blue C M Y K H S L
Decimal 17 33 137 0.88 0.76 0 0.46 232 0.78 0.3
Hex 11 21 89 58 4C 0 2E E8 4E 1E
Octal 21 41 211 130 114 0 56 350 116 36
Binary 10001 100001 10001001 1011000 1001100 0 101110 11101000 1001110 11110

Color Harmonies of #112189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112189

Black with #112189

Text Example


Text Example

White with #112189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112189; }

 p { color: rgb(17,33,137); }

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

background-color css

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

 a { background-color: rgb(17,33,137); }

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

border-color css

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

 span { border-color: rgb(17,33,137); }

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