Html Css Color HEX #110296 Ultramarine

📋 copy color: '#110296'

red 17 ◦ green 2 ◦ blue 150

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

Shades of Ultramarine #110296

Tints of Ultramarine #110296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.18%

 BLUE value IS 150 (58.98% from 255) = 88.76%

R = 10.06%
G = 1.18%
B = 88.76%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#110296 (or 0x110296) is known color: Ultramarine. HEX triplet: 11, 02 and 96. RGB value is (17,2,150). Sum of RGB (Red+Green+Blue) = 17+2+150=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 150 (58.98% from 255 or 88.76% from 169); Max value from RGB is 150 - color contains mainly: blue. Hex color #110296 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110296 is #EEFD69. Grayscale: #161616. Windows color (decimal): -15662442 or 9830929. OLE color: 9830929.

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

Color convert

RGB 17 2 150 -
CMYK 0.89 0.99 0 0.41
HSL 246.08º 0.97% 0.3% -
HSV(B) 246.08º 0.99% 0.59% -
XYZ 5.76 2.36 29.01 -
YUV 23.36 199.47 123.47 -
System Red Green Blue C M Y K H S L
Decimal 17 2 150 0.89 0.99 0 0.41 246.08 0.97 0.3
Hex 11 2 96 59 63 0 29 F6 61 1E
Octal 21 2 226 131 143 0 51 366 141 36
Binary 10001 10 10010110 1011001 1100011 0 101001 11110110 1100001 11110

Color Harmonies of #110296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110296

Black with #110296

Text Example


Text Example

White with #110296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110296; }

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

 H1.HeaderClassName
 {
   color: #110296;
 }
 .AnyTagClassName
 {
   color: #110296;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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