Html Css Color HEX #110588 Ultramarine

📋 copy color: '#110588'

red 17 ◦ green 5 ◦ blue 136

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

Shades of Ultramarine #110588

Tints of Ultramarine #110588

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.16%

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

R = 10.76%
G = 3.16%
B = 86.08%

CMYK

 C value IS 0.87

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#110588 (or 0x110588) is known color: Ultramarine. HEX triplet: 11, 05 and 88. RGB value is (17,5,136). Sum of RGB (Red+Green+Blue) = 17+5+136=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 136 (53.52% from 255 or 86.08% from 158); Max value from RGB is 136 - color contains mainly: blue. Hex color #110588 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110588 is #EEFA77. Grayscale: #171717. Windows color (decimal): -15661688 or 8914193. OLE color: 8914193.

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

Color convert

RGB 17 5 136 -
CMYK 0.87 0.96 0 0.47
HSL 245.5º 0.93% 0.28% -
HSV(B) 245.5º 0.96% 0.53% -
XYZ 4.73 2.01 23.43 -
YUV 23.52 191.48 123.35 -
System Red Green Blue C M Y K H S L
Decimal 17 5 136 0.87 0.96 0 0.47 245.5 0.93 0.28
Hex 11 5 88 57 60 0 2F F5 5D 1C
Octal 21 5 210 127 140 0 57 365 135 34
Binary 10001 101 10001000 1010111 1100000 0 101111 11110101 1011101 11100

Color Harmonies of #110588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110588

Black with #110588

Text Example


Text Example

White with #110588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110588; }

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

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

background-color css

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

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

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

border-color css

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

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

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