#111E98

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

Shades of Ultramarine #111E98

Tints of Ultramarine #111E98

Color information

#111E98 (or 0x111E98) is unknown color: approx Ultramarine. HEX triplet: 11, 1E and 98. RGB value is (17,30,152). Sum of RGB (Red+Green+Blue) = 17+30+152=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 152 (59.77% from 255 or 76.38% from 199); Max value from RGB is 152 - color contains mainly: blue. Hex color #111E98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111E98 is #EEE167. Grayscale: #272727. Windows color (decimal): -15655272 or 9969169. OLE color: 9969169.

HSL color Cylindrical-coordinate representation of color #111E98: hue angle of 234.22º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #111E98 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1730152-
CMYK0.890.8000.40
HSL234.22º79.88%33.14%-
HSV(B)234.22º88.82%59.61%-
XYZ6.363.3130.01-
YUV40.02191.19111.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.54%
GREEN value IS 30 (12.11% from 255) = 15.08%
BLUE value IS 152 (59.77% from 255) = 76.38%
R=8.54%
G=15.08%
B=76.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal17301520.890.8000.40234.2279.8833.14
Hex111E985950028ea5021
Octal213623013112005035212041
Binary100011111010011000101100110100000101000111010101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111E98; }

 p { color: rgb(17,30,152); }

 H1.HeaderClassName
 {
   color: #111E98;
 }
 .AnyTagClassName
 {
   color: #111E98;
 }
</style>
background-color css

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

 a { background-color: rgb(17,30,152); }

 div.DivClassName
 {
   background-color: #111E98;
 }
 .BgClassName
 {
   background-color: #111E98;
 }
</style>
border-color css

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

 span { border-color: rgb(17,30,152); }

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