Html Css Color HEX #110297 Ultramarine

📋 copy color: '#110297'

red 17 ◦ green 2 ◦ blue 151

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

Shades of Ultramarine #110297

Tints of Ultramarine #110297

RGB

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

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

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

R = 10%
G = 1.18%
B = 88.82%

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

#110297 (or 0x110297) is known color: Ultramarine. HEX triplet: 11, 02 and 97. RGB value is (17,2,151). Sum of RGB (Red+Green+Blue) = 17+2+151=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 151 (59.38% from 255 or 88.82% from 170); Max value from RGB is 151 - color contains mainly: blue. Hex color #110297 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110297 is #EEFD68. Grayscale: #161616. Windows color (decimal): -15662441 or 9896465. OLE color: 9896465.

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

Color convert

RGB 17 2 151 -
CMYK 0.89 0.99 0 0.41
HSL 246.04º 0.97% 0.3% -
HSV(B) 246.04º 0.99% 0.59% -
XYZ 5.84 2.4 29.43 -
YUV 23.47 199.97 123.38 -
System Red Green Blue C M Y K H S L
Decimal 17 2 151 0.89 0.99 0 0.41 246.04 0.97 0.3
Hex 11 2 97 59 63 0 29 F6 61 1E
Octal 21 2 227 131 143 0 51 366 141 36
Binary 10001 10 10010111 1011001 1100011 0 101001 11110110 1100001 11110

Color Harmonies of #110297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110297

Black with #110297

Text Example


Text Example

White with #110297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110297; }

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

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

background-color css

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

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

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

border-color css

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

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

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