Html Css Color HEX #110291 Ultramarine

📋 copy color: '#110291'

red 17 ◦ green 2 ◦ blue 145

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

Shades of Ultramarine #110291

Tints of Ultramarine #110291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 88.41%

R = 10.37%
G = 1.22%
B = 88.41%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#110291 (or 0x110291) is known color: Ultramarine. HEX triplet: 11, 02 and 91. RGB value is (17,2,145). Sum of RGB (Red+Green+Blue) = 17+2+145=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 145 (57.03% from 255 or 88.41% from 164); Max value from RGB is 145 - color contains mainly: blue. Hex color #110291 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110291 is #EEFD6E. Grayscale: #161616. Windows color (decimal): -15662447 or 9503249. OLE color: 9503249.

HSL color Cylindrical-coordinate representation of color #110291: hue angle of 246.29º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #110291 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 2 145 -
CMYK 0.88 0.99 0 0.43
HSL 246.29º 0.97% 0.29% -
HSV(B) 246.29º 0.99% 0.57% -
XYZ 5.36 2.21 26.93 -
YUV 22.79 196.97 123.87 -
System Red Green Blue C M Y K H S L
Decimal 17 2 145 0.88 0.99 0 0.43 246.29 0.97 0.29
Hex 11 2 91 58 63 0 2B F6 61 1D
Octal 21 2 221 130 143 0 53 366 141 35
Binary 10001 10 10010001 1011000 1100011 0 101011 11110110 1100001 11101

Color Harmonies of #110291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110291

Black with #110291

Text Example


Text Example

White with #110291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110291; }

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

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

background-color css

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

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

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

border-color css

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

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

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