Html Css Color HEX #110882 Ultramarine

📋 copy color: '#110882'

red 17 ◦ green 8 ◦ blue 130

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

Shades of Ultramarine #110882

Tints of Ultramarine #110882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.16%

 BLUE value IS 130 (51.17% from 255) = 83.87%

R = 10.97%
G = 5.16%
B = 83.87%

CMYK

 C value IS 0.87

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#110882 (or 0x110882) is known color: Ultramarine. HEX triplet: 11, 08 and 82. RGB value is (17,8,130). Sum of RGB (Red+Green+Blue) = 17+8+130=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 130 (51.17% from 255 or 83.87% from 155); Max value from RGB is 130 - color contains mainly: blue. Hex color #110882 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110882 is #EEF77D. Grayscale: #181818. Windows color (decimal): -15660926 or 8521745. OLE color: 8521745.

HSL color Cylindrical-coordinate representation of color #110882: hue angle of 244.43º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110882 is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 8 130 -
CMYK 0.87 0.94 0 0.49
HSL 244.43º 0.88% 0.27% -
HSV(B) 244.43º 0.94% 0.51% -
XYZ 4.35 1.9 21.26 -
YUV 24.6 187.48 122.58 -
System Red Green Blue C M Y K H S L
Decimal 17 8 130 0.87 0.94 0 0.49 244.43 0.88 0.27
Hex 11 8 82 57 5E 0 31 F4 58 1B
Octal 21 10 202 127 136 0 61 364 130 33
Binary 10001 1000 10000010 1010111 1011110 0 110001 11110100 1011000 11011

Color Harmonies of #110882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110882

Black with #110882

Text Example


Text Example

White with #110882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110882; }

 p { color: rgb(17,8,130); }

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

background-color css

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

 a { background-color: rgb(17,8,130); }

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

border-color css

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

 span { border-color: rgb(17,8,130); }

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