#111E96

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

Shades of Ultramarine #111E96

Tints of Ultramarine #111E96

Color information

#111E96 (or 0x111E96) is unknown color: approx Ultramarine. HEX triplet: 11, 1E and 96. RGB value is (17,30,150). Sum of RGB (Red+Green+Blue) = 17+30+150=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 150 (58.98% from 255 or 76.14% from 197); Max value from RGB is 150 - color contains mainly: blue. Hex color #111E96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111E96 is #EEE169. Grayscale: #272727. Windows color (decimal): -15655274 or 9838097. OLE color: 9838097.

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

Color convert

RGB1730150-
CMYK0.890.8000.41
HSL234.14º79.64%32.75%-
HSV(B)234.14º88.67%58.82%-
XYZ6.23.2529.15-
YUV39.79190.19111.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.63%
GREEN value IS 30 (12.11% from 255) = 15.23%
BLUE value IS 150 (58.98% from 255) = 76.14%
R=8.63%
G=15.23%
B=76.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17301500.890.8000.41234.1479.6432.75
Hex111E965950029ea5021
Octal213622613112005135212041
Binary100011111010010110101100110100000101001111010101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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