Html Css Color HEX #110F7F Ultramarine

📋 copy color: '#110F7F'

red 17 ◦ green 15 ◦ blue 127

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

Shades of Ultramarine #110F7F

Tints of Ultramarine #110F7F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.43%

 BLUE value IS 127 (50% from 255) = 79.87%

R = 10.69%
G = 9.43%
B = 79.87%

CMYK

 C value IS 0.87

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#110F7F (or 0x110F7F) is known color: Ultramarine. HEX triplet: 11, 0F and 7F. RGB value is (17,15,127). Sum of RGB (Red+Green+Blue) = 17+15+127=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 127 (50% from 255 or 79.87% from 159); Max value from RGB is 127 - color contains mainly: blue. Hex color #110F7F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110F7F is #EEF080. Grayscale: #1B1B1B. Windows color (decimal): -15659137 or 8326929. OLE color: 8326929.

HSL color Cylindrical-coordinate representation of color #110F7F: hue angle of 241.07º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110F7F is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 15 127 -
CMYK 0.87 0.88 0 0.50
HSL 241.07º 0.79% 0.28% -
HSV(B) 241.07º 0.88% 0.5% -
XYZ 4.23 1.99 20.24 -
YUV 28.37 183.66 119.89 -
System Red Green Blue C M Y K H S L
Decimal 17 15 127 0.87 0.88 0 0.50 241.07 0.79 0.28
Hex 11 F 7F 57 58 0 32 F1 4F 1C
Octal 21 17 177 127 130 0 62 361 117 34
Binary 10001 1111 1111111 1010111 1011000 0 110010 11110001 1001111 11100

Color Harmonies of #110F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110F7F

Black with #110F7F

Text Example


Text Example

White with #110F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110F7F; }

 p { color: rgb(17,15,127); }

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

background-color css

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

 a { background-color: rgb(17,15,127); }

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

border-color css

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

 span { border-color: rgb(17,15,127); }

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