Html Css Color HEX #112094 Ultramarine

📋 copy color: '#112094'

red 17 ◦ green 32 ◦ blue 148

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

Shades of Ultramarine #112094

Tints of Ultramarine #112094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 75.13%

R = 8.63%
G = 16.24%
B = 75.13%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#112094 (or 0x112094) is known color: Ultramarine. HEX triplet: 11, 20 and 94. RGB value is (17,32,148). Sum of RGB (Red+Green+Blue) = 17+32+148=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 148 (58.20% from 255 or 75.13% from 197); Max value from RGB is 148 - color contains mainly: blue. Hex color #112094 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112094 is #EEDF6B. Grayscale: #282828. Windows color (decimal): -15654764 or 9707537. OLE color: 9707537.

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

Color convert

RGB 17 32 148 -
CMYK 0.89 0.78 0 0.42
HSL 233.13º 0.79% 0.32% -
HSV(B) 233.13º 0.89% 0.58% -
XYZ 6.09 3.29 28.33 -
YUV 40.74 188.53 111.07 -
System Red Green Blue C M Y K H S L
Decimal 17 32 148 0.89 0.78 0 0.42 233.13 0.79 0.32
Hex 11 20 94 59 4E 0 2A E9 4F 20
Octal 21 40 224 131 116 0 52 351 117 40
Binary 10001 100000 10010100 1011001 1001110 0 101010 11101001 1001111 100000

Color Harmonies of #112094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112094

Black with #112094

Text Example


Text Example

White with #112094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112094; }

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

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

background-color css

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

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

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

border-color css

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

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

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