Html Css Color HEX #110088 Ultramarine

📋 copy color: '#110088'

red 17 ◦ green 0 ◦ blue 136

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

Shades of Ultramarine #110088

Tints of Ultramarine #110088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 88.89%

R = 11.11%
G = 0%
B = 88.89%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#110088 (or 0x110088) is known color: Ultramarine. HEX triplet: 11, 00 and 88. RGB value is (17,0,136). Sum of RGB (Red+Green+Blue) = 17+0+136=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 136 (53.52% from 255 or 88.89% from 153); Max value from RGB is 136 - color contains mainly: blue. Hex color #110088 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110088 is #EEFF77. Grayscale: #141414. Windows color (decimal): -15662968 or 8912913. OLE color: 8912913.

HSL color Cylindrical-coordinate representation of color #110088: hue angle of 247.5º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110088 is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 0 136 -
CMYK 0.87 1 0 0.47
HSL 247.5º 1% 0.27% -
HSV(B) 247.5º 1% 0.53% -
XYZ 4.68 1.9 23.41 -
YUV 20.59 193.13 125.44 -
System Red Green Blue C M Y K H S L
Decimal 17 0 136 0.87 1 0 0.47 247.5 1 0.27
Hex 11 0 88 57 64 0 2F F8 64 1B
Octal 21 0 210 127 144 0 57 370 144 33
Binary 10001 0 10001000 1010111 1100100 0 101111 11111000 1100100 11011

Color Harmonies of #110088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110088

Black with #110088

Text Example


Text Example

White with #110088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110088; }

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

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

background-color css

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

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

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

border-color css

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

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

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