Html Css Color HEX #110584 Ultramarine

📋 copy color: '#110584'

red 17 ◦ green 5 ◦ blue 132

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

Shades of Ultramarine #110584

Tints of Ultramarine #110584

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.25%

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

R = 11.04%
G = 3.25%
B = 85.71%

CMYK

 C value IS 0.87

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#110584 (or 0x110584) is known color: Ultramarine. HEX triplet: 11, 05 and 84. RGB value is (17,5,132). Sum of RGB (Red+Green+Blue) = 17+5+132=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 132 (51.95% from 255 or 85.71% from 154); Max value from RGB is 132 - color contains mainly: blue. Hex color #110584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110584 is #EEFA7B. Grayscale: #161616. Windows color (decimal): -15661692 or 8652049. OLE color: 8652049.

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

Color convert

RGB 17 5 132 -
CMYK 0.87 0.96 0 0.48
HSL 245.67º 0.93% 0.27% -
HSV(B) 245.67º 0.96% 0.52% -
XYZ 4.45 1.89 21.96 -
YUV 23.07 189.48 123.67 -
System Red Green Blue C M Y K H S L
Decimal 17 5 132 0.87 0.96 0 0.48 245.67 0.93 0.27
Hex 11 5 84 57 60 0 30 F6 5D 1B
Octal 21 5 204 127 140 0 60 366 135 33
Binary 10001 101 10000100 1010111 1100000 0 110000 11110110 1011101 11011

Color Harmonies of #110584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110584

Black with #110584

Text Example


Text Example

White with #110584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110584; }

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

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

background-color css

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

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

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

border-color css

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

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

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