Html Css Color HEX #110495 Ultramarine

📋 copy color: '#110495'

red 17 ◦ green 4 ◦ blue 149

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

Shades of Ultramarine #110495

Tints of Ultramarine #110495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.35%

 BLUE value IS 149 (58.59% from 255) = 87.65%

R = 10%
G = 2.35%
B = 87.65%

CMYK

 C value IS 0.89

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#110495 (or 0x110495) is known color: Ultramarine. HEX triplet: 11, 04 and 95. RGB value is (17,4,149). Sum of RGB (Red+Green+Blue) = 17+4+149=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 149 (58.59% from 255 or 87.65% from 170); Max value from RGB is 149 - color contains mainly: blue. Hex color #110495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110495 is #EEFB6A. Grayscale: #171717. Windows color (decimal): -15661931 or 9765905. OLE color: 9765905.

HSL color Cylindrical-coordinate representation of color #110495: hue angle of 245.38º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #110495 is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 4 149 -
CMYK 0.89 0.97 0 0.42
HSL 245.38º 0.95% 0.3% -
HSV(B) 245.38º 0.97% 0.58% -
XYZ 5.7 2.38 28.59 -
YUV 24.42 198.31 122.71 -
System Red Green Blue C M Y K H S L
Decimal 17 4 149 0.89 0.97 0 0.42 245.38 0.95 0.3
Hex 11 4 95 59 61 0 2A F5 5F 1E
Octal 21 4 225 131 141 0 52 365 137 36
Binary 10001 100 10010101 1011001 1100001 0 101010 11110101 1011111 11110

Color Harmonies of #110495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110495

Black with #110495

Text Example


Text Example

White with #110495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110495; }

 p { color: rgb(17,4,149); }

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

background-color css

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

 a { background-color: rgb(17,4,149); }

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

border-color css

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

 span { border-color: rgb(17,4,149); }

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