Html Css Color HEX #110386 Ultramarine

📋 copy color: '#110386'

red 17 ◦ green 3 ◦ blue 134

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

Shades of Ultramarine #110386

Tints of Ultramarine #110386

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.95%

 BLUE value IS 134 (52.73% from 255) = 87.01%

R = 11.04%
G = 1.95%
B = 87.01%

CMYK

 C value IS 0.87

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#110386 (or 0x110386) is known color: Ultramarine. HEX triplet: 11, 03 and 86. RGB value is (17,3,134). Sum of RGB (Red+Green+Blue) = 17+3+134=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 134 (52.73% from 255 or 87.01% from 154); Max value from RGB is 134 - color contains mainly: blue. Hex color #110386 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110386 is #EEFC79. Grayscale: #151515. Windows color (decimal): -15662202 or 8782609. OLE color: 8782609.

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

Color convert

RGB 17 3 134 -
CMYK 0.87 0.98 0 0.47
HSL 246.41º 0.96% 0.27% -
HSV(B) 246.41º 0.98% 0.53% -
XYZ 4.57 1.91 22.68 -
YUV 22.12 191.14 124.35 -
System Red Green Blue C M Y K H S L
Decimal 17 3 134 0.87 0.98 0 0.47 246.41 0.96 0.27
Hex 11 3 86 57 62 0 2F F6 60 1B
Octal 21 3 206 127 142 0 57 366 140 33
Binary 10001 11 10000110 1010111 1100010 0 101111 11110110 1100000 11011

Color Harmonies of #110386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110386

Black with #110386

Text Example


Text Example

White with #110386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110386; }

 p { color: rgb(17,3,134); }

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

background-color css

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

 a { background-color: rgb(17,3,134); }

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

border-color css

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

 span { border-color: rgb(17,3,134); }

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