#110796

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

Shades of Ultramarine #110796

Tints of Ultramarine #110796

Color information

#110796 (or 0x110796) is unknown color: approx Ultramarine. HEX triplet: 11, 07 and 96. RGB value is (17,7,150). Sum of RGB (Red+Green+Blue) = 17+7+150=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 150 (58.98% from 255 or 86.21% from 174); Max value from RGB is 150 - color contains mainly: blue. Hex color #110796 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110796 is #EEF869. Grayscale: #191919. Windows color (decimal): -15661162 or 9832209. OLE color: 9832209.

HSL color Cylindrical-coordinate representation of color #110796: hue angle of 244.2º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110796 is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB177150-
CMYK0.890.9500.41
HSL244.2º91.08%30.78%-
HSV(B)244.2º95.33%58.82%-
XYZ5.812.4729.03-
YUV26.29197.81121.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.77%
GREEN value IS 7 (3.12% from 255) = 4.02%
BLUE value IS 150 (58.98% from 255) = 86.21%
R=9.77%
G=4.02%
B=86.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1771500.890.9500.41244.291.0830.78
Hex11796595F029f45b1f
Octal21722613113705136413337
Binary100011111001011010110011011111010100111110100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110796; }

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

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

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

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

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

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

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

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