Html Css Color HEX #110499 Ultramarine

📋 copy color: '#110499'

red 17 ◦ green 4 ◦ blue 153

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

Shades of Ultramarine #110499

Tints of Ultramarine #110499

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.3%

 BLUE value IS 153 (60.16% from 255) = 87.93%

R = 9.77%
G = 2.3%
B = 87.93%

CMYK

 C value IS 0.89

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#110499 (or 0x110499) is known color: Ultramarine. HEX triplet: 11, 04 and 99. RGB value is (17,4,153). Sum of RGB (Red+Green+Blue) = 17+4+153=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 153 (60.16% from 255 or 87.93% from 174); Max value from RGB is 153 - color contains mainly: blue. Hex color #110499 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110499 is #EEFB66. Grayscale: #181818. Windows color (decimal): -15661927 or 10028049. OLE color: 10028049.

HSL color Cylindrical-coordinate representation of color #110499: hue angle of 245.23º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #110499 is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 17 4 153 -
CMYK 0.89 0.97 0 0.4
HSL 245.23º 0.95% 0.31% -
HSV(B) 245.23º 0.97% 0.6% -
XYZ 6.02 2.51 30.3 -
YUV 24.87 200.31 122.38 -
System Red Green Blue C M Y K H S L
Decimal 17 4 153 0.89 0.97 0 0.4 245.23 0.95 0.31
Hex 11 4 99 59 61 0 28 F5 5F 1F
Octal 21 4 231 131 141 0 50 365 137 37
Binary 10001 100 10011001 1011001 1100001 0 101000 11110101 1011111 11111

Color Harmonies of #110499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110499

Black with #110499

Text Example


Text Example

White with #110499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110499; }

 p { color: rgb(17,4,153); }

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

background-color css

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

 a { background-color: rgb(17,4,153); }

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

border-color css

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

 span { border-color: rgb(17,4,153); }

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