Html Css Color HEX #110B81 Ultramarine

📋 copy color: '#110B81'

red 17 ◦ green 11 ◦ blue 129

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

Shades of Ultramarine #110B81

Tints of Ultramarine #110B81

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.01%

 BLUE value IS 129 (50.78% from 255) = 82.17%

R = 10.83%
G = 7.01%
B = 82.17%

CMYK

 C value IS 0.87

 M value IS 0.91

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#110B81 (or 0x110B81) is known color: Ultramarine. HEX triplet: 11, 0B and 81. RGB value is (17,11,129). Sum of RGB (Red+Green+Blue) = 17+11+129=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 129 (50.78% from 255 or 82.17% from 157); Max value from RGB is 129 - color contains mainly: blue. Hex color #110B81 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110B81 is #EEF47E. Grayscale: #191919. Windows color (decimal): -15660159 or 8456977. OLE color: 8456977.

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

Color convert

RGB 17 11 129 -
CMYK 0.87 0.91 0 0.49
HSL 243.05º 0.84% 0.27% -
HSV(B) 243.05º 0.91% 0.51% -
XYZ 4.31 1.94 20.92 -
YUV 26.25 185.99 121.41 -
System Red Green Blue C M Y K H S L
Decimal 17 11 129 0.87 0.91 0 0.49 243.05 0.84 0.27
Hex 11 B 81 57 5B 0 31 F3 54 1B
Octal 21 13 201 127 133 0 61 363 124 33
Binary 10001 1011 10000001 1010111 1011011 0 110001 11110011 1010100 11011

Color Harmonies of #110B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110B81

Black with #110B81

Text Example


Text Example

White with #110B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110B81; }

 p { color: rgb(17,11,129); }

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

background-color css

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

 a { background-color: rgb(17,11,129); }

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

border-color css

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

 span { border-color: rgb(17,11,129); }

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