#112094

Color #112094 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #112094

Tints of Ultramarine #112094

Color information

#112094 (or 0x112094) is unknown color: approx 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

RGB1732148-
CMYK0.890.7800.42
HSL233.13º79.39%32.35%-
HSV(B)233.13º88.51%58.04%-
XYZ6.093.2928.33-
YUV40.74188.53111.07-

RGB Variations

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

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.20% from 255) = 75.13%
R=8.63%
G=16.24%
B=75.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17321480.890.7800.42233.1379.3932.35
Hex112094594E02Ae94f20
Octal214022413111605235111740
Binary1000110000010010100101100110011100101010111010011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>