Html Css Color HEX #110298 Ultramarine

📋 copy color: '#110298'

red 17 ◦ green 2 ◦ blue 152

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

Shades of Ultramarine #110298

Tints of Ultramarine #110298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 88.89%

R = 9.94%
G = 1.17%
B = 88.89%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#110298 (or 0x110298) is known color: Ultramarine. HEX triplet: 11, 02 and 98. RGB value is (17,2,152). Sum of RGB (Red+Green+Blue) = 17+2+152=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 152 (59.77% from 255 or 88.89% from 171); Max value from RGB is 152 - color contains mainly: blue. Hex color #110298 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110298 is #EEFD67. Grayscale: #171717. Windows color (decimal): -15662440 or 9962001. OLE color: 9962001.

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

Color convert

RGB 17 2 152 -
CMYK 0.89 0.99 0 0.40
HSL 246º 0.97% 0.3% -
HSV(B) 246º 0.99% 0.6% -
XYZ 5.92 2.43 29.86 -
YUV 23.59 200.47 123.3 -
System Red Green Blue C M Y K H S L
Decimal 17 2 152 0.89 0.99 0 0.40 246 0.97 0.3
Hex 11 2 98 59 63 0 28 F6 61 1E
Octal 21 2 230 131 143 0 50 366 141 36
Binary 10001 10 10011000 1011001 1100011 0 101000 11110110 1100001 11110

Color Harmonies of #110298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110298

Black with #110298

Text Example


Text Example

White with #110298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110298; }

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

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

background-color css

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

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

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

border-color css

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

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

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