Html Css Color HEX #110E84 Ultramarine

📋 copy color: '#110E84'

red 17 ◦ green 14 ◦ blue 132

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

Shades of Ultramarine #110E84

Tints of Ultramarine #110E84

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.59%

 BLUE value IS 132 (51.95% from 255) = 80.98%

R = 10.43%
G = 8.59%
B = 80.98%

CMYK

 C value IS 0.87

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#110E84 (or 0x110E84) is known color: Ultramarine. HEX triplet: 11, 0E and 84. RGB value is (17,14,132). Sum of RGB (Red+Green+Blue) = 17+14+132=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 132 (51.95% from 255 or 80.98% from 163); Max value from RGB is 132 - color contains mainly: blue. Hex color #110E84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110E84 is #EEF17B. Grayscale: #1B1B1B. Windows color (decimal): -15659388 or 8654353. OLE color: 8654353.

HSL color Cylindrical-coordinate representation of color #110E84: hue angle of 241.53º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #110E84 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 14 132 -
CMYK 0.87 0.89 0 0.48
HSL 241.53º 0.81% 0.29% -
HSV(B) 241.53º 0.89% 0.52% -
XYZ 4.55 2.1 22 -
YUV 28.35 186.49 119.91 -
System Red Green Blue C M Y K H S L
Decimal 17 14 132 0.87 0.89 0 0.48 241.53 0.81 0.29
Hex 11 E 84 57 59 0 30 F2 51 1D
Octal 21 16 204 127 131 0 60 362 121 35
Binary 10001 1110 10000100 1010111 1011001 0 110000 11110010 1010001 11101

Color Harmonies of #110E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110E84

Black with #110E84

Text Example


Text Example

White with #110E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,14,132); }

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

background-color css

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

 a { background-color: rgb(17,14,132); }

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

border-color css

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

 span { border-color: rgb(17,14,132); }

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