Html Css Color HEX #112093 Ultramarine

📋 copy color: '#112093'

red 17 ◦ green 32 ◦ blue 147

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

Shades of Ultramarine #112093

Tints of Ultramarine #112093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.33%

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

R = 8.67%
G = 16.33%
B = 75%

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

#112093 (or 0x112093) is known color: Ultramarine. HEX triplet: 11, 20 and 93. RGB value is (17,32,147). Sum of RGB (Red+Green+Blue) = 17+32+147=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 147 (57.81% from 255 or 75% from 196); Max value from RGB is 147 - color contains mainly: blue. Hex color #112093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112093 is #EEDF6C. Grayscale: #282828. Windows color (decimal): -15654765 or 9642001. OLE color: 9642001.

HSL color Cylindrical-coordinate representation of color #112093: hue angle of 233.08º 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 #112093 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 32 147 -
CMYK 0.88 0.78 0 0.42
HSL 233.08º 0.79% 0.32% -
HSV(B) 233.08º 0.88% 0.58% -
XYZ 6.01 3.26 27.92 -
YUV 40.63 188.03 111.15 -
System Red Green Blue C M Y K H S L
Decimal 17 32 147 0.88 0.78 0 0.42 233.08 0.79 0.32
Hex 11 20 93 58 4E 0 2A E9 4F 20
Octal 21 40 223 130 116 0 52 351 117 40
Binary 10001 100000 10010011 1011000 1001110 0 101010 11101001 1001111 100000

Color Harmonies of #112093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112093

Black with #112093

Text Example


Text Example

White with #112093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112093; }

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

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

background-color css

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

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

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

border-color css

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

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

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