#111695

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

Shades of Ultramarine #111695

Tints of Ultramarine #111695

Color information

#111695 (or 0x111695) is unknown color: approx Ultramarine. HEX triplet: 11, 16 and 95. RGB value is (17,22,149). Sum of RGB (Red+Green+Blue) = 17+22+149=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 149 (58.59% from 255 or 79.26% from 188); Max value from RGB is 149 - color contains mainly: blue. Hex color #111695 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111695 is #EEE96A. Grayscale: #222222. Windows color (decimal): -15657323 or 9770513. OLE color: 9770513.

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

Color convert

RGB1722149-
CMYK0.890.8500.42
HSL237.73º79.52%32.55%-
HSV(B)237.73º88.59%58.43%-
XYZ5.942.8628.67-
YUV34.98192.34115.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.04%
GREEN value IS 22 (8.98% from 255) = 11.70%
BLUE value IS 149 (58.59% from 255) = 79.26%
R=9.04%
G=11.70%
B=79.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17221490.890.8500.42237.7379.5232.55
Hex111695595502Aee5021
Octal212622513112505235612041
Binary100011011010010101101100110101010101010111011101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111695; }

 p { color: rgb(17,22,149); }

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

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

 a { background-color: rgb(17,22,149); }

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

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

 span { border-color: rgb(17,22,149); }

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