Html Css Color HEX #110796 Ultramarine

📋 copy color: '#110796'

red 17 ◦ green 7 ◦ blue 150

#110796
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #110796

Tints of Ultramarine #110796

RGB

 RED value IS 17 (7.03% from 255) = 9.77%

 GREEN value IS 7 (3.13% 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 value IS 0.89

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#110796 (or 0x110796) is known color: 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

RGB 17 7 150 -
CMYK 0.89 0.95 0 0.41
HSL 244.2º 0.91% 0.31% -
HSV(B) 244.2º 0.95% 0.59% -
XYZ 5.81 2.47 29.03 -
YUV 26.29 197.81 121.37 -
System Red Green Blue C M Y K H S L
Decimal 17 7 150 0.89 0.95 0 0.41 244.2 0.91 0.31
Hex 11 7 96 59 5F 0 29 F4 5B 1F
Octal 21 7 226 131 137 0 51 364 133 37
Binary 10001 111 10010110 1011001 1011111 0 101001 11110100 1011011 11111

Color Harmonies of #110796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110796

Black with #110796

Text Example


Text Example

White with #110796

Text Example


Text Example

HTML Codes & Css Web 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>