Html Css Color HEX #110095 Ultramarine

📋 copy color: '#110095'

red 17 ◦ green 0 ◦ blue 149

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

Shades of Ultramarine #110095

Tints of Ultramarine #110095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 10.24%
G = 0%
B = 89.76%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#110095 (or 0x110095) is known color: Ultramarine. HEX triplet: 11, 00 and 95. RGB value is (17,0,149). Sum of RGB (Red+Green+Blue) = 17+0+149=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 149 (58.59% from 255 or 89.76% from 166); Max value from RGB is 149 - color contains mainly: blue. Hex color #110095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110095 is #EEFF6A. Grayscale: #151515. Windows color (decimal): -15662955 or 9764881. OLE color: 9764881.

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

Color convert

RGB 17 0 149 -
CMYK 0.89 1 0 0.42
HSL 246.85º 1% 0.29% -
HSV(B) 246.85º 1% 0.58% -
XYZ 5.66 2.29 28.58 -
YUV 22.07 199.63 124.38 -
System Red Green Blue C M Y K H S L
Decimal 17 0 149 0.89 1 0 0.42 246.85 1 0.29
Hex 11 0 95 59 64 0 2A F7 64 1D
Octal 21 0 225 131 144 0 52 367 144 35
Binary 10001 0 10010101 1011001 1100100 0 101010 11110111 1100100 11101

Color Harmonies of #110095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110095

Black with #110095

Text Example


Text Example

White with #110095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110095; }

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

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

background-color css

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

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

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

border-color css

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

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

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