Html Css Color HEX #112193 Ultramarine

📋 copy color: '#112193'

red 17 ◦ green 33 ◦ blue 147

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

Shades of Ultramarine #112193

Tints of Ultramarine #112193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 74.62%

R = 8.63%
G = 16.75%
B = 74.62%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#112193 (or 0x112193) is known color: Ultramarine. HEX triplet: 11, 21 and 93. RGB value is (17,33,147). Sum of RGB (Red+Green+Blue) = 17+33+147=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 147 (57.81% from 255 or 74.62% from 197); Max value from RGB is 147 - color contains mainly: blue. Hex color #112193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112193 is #EEDE6C. Grayscale: #282828. Windows color (decimal): -15654509 or 9642257. OLE color: 9642257.

HSL color Cylindrical-coordinate representation of color #112193: hue angle of 232.62º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112193 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 33 147 -
CMYK 0.88 0.78 0 0.42
HSL 232.62º 0.79% 0.32% -
HSV(B) 232.62º 0.88% 0.58% -
XYZ 6.04 3.31 27.92 -
YUV 41.21 187.7 110.73 -
System Red Green Blue C M Y K H S L
Decimal 17 33 147 0.88 0.78 0 0.42 232.62 0.79 0.32
Hex 11 21 93 58 4E 0 2A E9 4F 20
Octal 21 41 223 130 116 0 52 351 117 40
Binary 10001 100001 10010011 1011000 1001110 0 101010 11101001 1001111 100000

Color Harmonies of #112193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112193

Black with #112193

Text Example


Text Example

White with #112193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112193; }

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

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

background-color css

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

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

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

border-color css

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

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

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