Html Css Color HEX #110295 Ultramarine

📋 copy color: '#110295'

red 17 ◦ green 2 ◦ blue 149

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

Shades of Ultramarine #110295

Tints of Ultramarine #110295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 88.69%

R = 10.12%
G = 1.19%
B = 88.69%

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

#110295 (or 0x110295) is known color: Ultramarine. HEX triplet: 11, 02 and 95. RGB value is (17,2,149). Sum of RGB (Red+Green+Blue) = 17+2+149=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 149 (58.59% from 255 or 88.69% from 168); Max value from RGB is 149 - color contains mainly: blue. Hex color #110295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110295 is #EEFD6A. Grayscale: #161616. Windows color (decimal): -15662443 or 9765393. OLE color: 9765393.

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

Color convert

RGB 17 2 149 -
CMYK 0.89 0.99 0 0.42
HSL 246.12º 0.97% 0.3% -
HSV(B) 246.12º 0.99% 0.58% -
XYZ 5.68 2.33 28.58 -
YUV 23.24 198.97 123.55 -
System Red Green Blue C M Y K H S L
Decimal 17 2 149 0.89 0.99 0 0.42 246.12 0.97 0.3
Hex 11 2 95 59 63 0 2A F6 61 1E
Octal 21 2 225 131 143 0 52 366 141 36
Binary 10001 10 10010101 1011001 1100011 0 101010 11110110 1100001 11110

Color Harmonies of #110295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110295

Black with #110295

Text Example


Text Example

White with #110295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110295; }

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

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

background-color css

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

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

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

border-color css

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

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

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