Html Css Color HEX #110395 Ultramarine

📋 copy color: '#110395'

red 17 ◦ green 3 ◦ blue 149

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

Shades of Ultramarine #110395

Tints of Ultramarine #110395

RGB

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

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

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

R = 10.06%
G = 1.78%
B = 88.17%

CMYK

 C value IS 0.89

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#110395 (or 0x110395) is known color: Ultramarine. HEX triplet: 11, 03 and 95. RGB value is (17,3,149). Sum of RGB (Red+Green+Blue) = 17+3+149=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 149 (58.59% from 255 or 88.17% from 169); Max value from RGB is 149 - color contains mainly: blue. Hex color #110395 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110395 is #EEFC6A. Grayscale: #171717. Windows color (decimal): -15662187 or 9765649. OLE color: 9765649.

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

Color convert

RGB 17 3 149 -
CMYK 0.89 0.98 0 0.42
HSL 245.75º 0.96% 0.3% -
HSV(B) 245.75º 0.98% 0.58% -
XYZ 5.69 2.35 28.59 -
YUV 23.83 198.64 123.13 -
System Red Green Blue C M Y K H S L
Decimal 17 3 149 0.89 0.98 0 0.42 245.75 0.96 0.3
Hex 11 3 95 59 62 0 2A F6 60 1E
Octal 21 3 225 131 142 0 52 366 140 36
Binary 10001 11 10010101 1011001 1100010 0 101010 11110110 1100000 11110

Color Harmonies of #110395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110395

Black with #110395

Text Example


Text Example

White with #110395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110395; }

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

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

background-color css

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

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

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

border-color css

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

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

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