Html Css Color HEX #110E7D Ultramarine

📋 copy color: '#110E7D'

red 17 ◦ green 14 ◦ blue 125

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

Shades of Ultramarine #110E7D

Tints of Ultramarine #110E7D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.97%

 BLUE value IS 125 (49.22% from 255) = 80.13%

R = 10.9%
G = 8.97%
B = 80.13%

CMYK

 C value IS 0.86

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#110E7D (or 0x110E7D) is known color: Ultramarine. HEX triplet: 11, 0E and 7D. RGB value is (17,14,125). Sum of RGB (Red+Green+Blue) = 17+14+125=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 14 (5.86% from 255 or 8.97% from 156); Blue value is 125 (49.22% from 255 or 80.13% from 156); Max value from RGB is 125 - color contains mainly: blue. Hex color #110E7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110E7D is #EEF182. Grayscale: #1B1B1B. Windows color (decimal): -15659395 or 8195601. OLE color: 8195601.

HSL color Cylindrical-coordinate representation of color #110E7D: hue angle of 241.62º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #110E7D is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 14 125 -
CMYK 0.86 0.89 0 0.51
HSL 241.62º 0.8% 0.27% -
HSV(B) 241.62º 0.89% 0.49% -
XYZ 4.09 1.91 19.56 -
YUV 27.55 182.99 120.47 -
System Red Green Blue C M Y K H S L
Decimal 17 14 125 0.86 0.89 0 0.51 241.62 0.8 0.27
Hex 11 E 7D 56 59 0 33 F2 50 1B
Octal 21 16 175 126 131 0 63 362 120 33
Binary 10001 1110 1111101 1010110 1011001 0 110011 11110010 1010000 11011

Color Harmonies of #110E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110E7D

Black with #110E7D

Text Example


Text Example

White with #110E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,14,125); }

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

background-color css

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

 a { background-color: rgb(17,14,125); }

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

border-color css

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

 span { border-color: rgb(17,14,125); }

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