Html Css Color HEX #110797 Ultramarine

📋 copy color: '#110797'

red 17 ◦ green 7 ◦ blue 151

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

Shades of Ultramarine #110797

Tints of Ultramarine #110797

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4%

 BLUE value IS 151 (59.38% from 255) = 86.29%

R = 9.71%
G = 4%
B = 86.29%

CMYK

 C value IS 0.89

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#110797 (or 0x110797) is known color: Ultramarine. HEX triplet: 11, 07 and 97. RGB value is (17,7,151). Sum of RGB (Red+Green+Blue) = 17+7+151=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 151 (59.38% from 255 or 86.29% from 175); Max value from RGB is 151 - color contains mainly: blue. Hex color #110797 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110797 is #EEF868. Grayscale: #191919. Windows color (decimal): -15661161 or 9897745. OLE color: 9897745.

HSL color Cylindrical-coordinate representation of color #110797: hue angle of 244.17º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110797 is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 7 151 -
CMYK 0.89 0.95 0 0.41
HSL 244.17º 0.91% 0.31% -
HSV(B) 244.17º 0.95% 0.59% -
XYZ 5.89 2.51 29.45 -
YUV 26.41 198.31 121.29 -
System Red Green Blue C M Y K H S L
Decimal 17 7 151 0.89 0.95 0 0.41 244.17 0.91 0.31
Hex 11 7 97 59 5F 0 29 F4 5B 1F
Octal 21 7 227 131 137 0 51 364 133 37
Binary 10001 111 10010111 1011001 1011111 0 101001 11110100 1011011 11111

Color Harmonies of #110797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110797

Black with #110797

Text Example


Text Example

White with #110797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110797; }

 p { color: rgb(17,7,151); }

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

background-color css

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

 a { background-color: rgb(17,7,151); }

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

border-color css

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

 span { border-color: rgb(17,7,151); }

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