Html Css Color HEX #110197 Ultramarine

📋 copy color: '#110197'

red 17 ◦ green 1 ◦ blue 151

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

Shades of Ultramarine #110197

Tints of Ultramarine #110197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

 BLUE value IS 151 (59.38% from 255) = 89.35%

R = 10.06%
G = 0.59%
B = 89.35%

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

#110197 (or 0x110197) is known color: Ultramarine. HEX triplet: 11, 01 and 97. RGB value is (17,1,151). Sum of RGB (Red+Green+Blue) = 17+1+151=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 151 (59.38% from 255 or 89.35% from 169); Max value from RGB is 151 - color contains mainly: blue. Hex color #110197 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110197 is #EEFE68. Grayscale: #161616. Windows color (decimal): -15662697 or 9896209. OLE color: 9896209.

HSL color Cylindrical-coordinate representation of color #110197: hue angle of 246.4º degrees, saturation: 0.99, 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 #110197 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 1 151 -
CMYK 0.89 0.99 0 0.41
HSL 246.4º 0.99% 0.3% -
HSV(B) 246.4º 0.99% 0.59% -
XYZ 5.83 2.38 29.43 -
YUV 22.88 200.3 123.8 -
System Red Green Blue C M Y K H S L
Decimal 17 1 151 0.89 0.99 0 0.41 246.4 0.99 0.3
Hex 11 1 97 59 63 0 29 F6 63 1E
Octal 21 1 227 131 143 0 51 366 143 36
Binary 10001 1 10010111 1011001 1100011 0 101001 11110110 1100011 11110

Color Harmonies of #110197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110197

Black with #110197

Text Example


Text Example

White with #110197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110197; }

 p { color: rgb(17,1,151); }

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

background-color css

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

 a { background-color: rgb(17,1,151); }

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

border-color css

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

 span { border-color: rgb(17,1,151); }

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