Html Css Color HEX #110294 Ultramarine

📋 copy color: '#110294'

red 17 ◦ green 2 ◦ blue 148

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

Shades of Ultramarine #110294

Tints of Ultramarine #110294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 88.62%

R = 10.18%
G = 1.2%
B = 88.62%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#110294 (or 0x110294) is known color: Ultramarine. HEX triplet: 11, 02 and 94. RGB value is (17,2,148). Sum of RGB (Red+Green+Blue) = 17+2+148=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 148 (58.20% from 255 or 88.62% from 167); Max value from RGB is 148 - color contains mainly: blue. Hex color #110294 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110294 is #EEFD6B. Grayscale: #161616. Windows color (decimal): -15662444 or 9699857. OLE color: 9699857.

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

Color convert

RGB 17 2 148 -
CMYK 0.89 0.99 0 0.42
HSL 246.16º 0.97% 0.29% -
HSV(B) 246.16º 0.99% 0.58% -
XYZ 5.6 2.3 28.17 -
YUV 23.13 198.47 123.63 -
System Red Green Blue C M Y K H S L
Decimal 17 2 148 0.89 0.99 0 0.42 246.16 0.97 0.29
Hex 11 2 94 59 63 0 2A F6 61 1D
Octal 21 2 224 131 143 0 52 366 141 35
Binary 10001 10 10010100 1011001 1100011 0 101010 11110110 1100001 11101

Color Harmonies of #110294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110294

Black with #110294

Text Example


Text Example

White with #110294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110294; }

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

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

background-color css

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

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

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

border-color css

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

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

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