Html Css Color HEX #110D75 Midnight Blue

📋 copy color: '#110D75'

red 17 ◦ green 13 ◦ blue 117

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

Shades of Midnight Blue #110D75

Tints of Midnight Blue #110D75

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.84%

 BLUE value IS 117 (46.09% from 255) = 79.59%

R = 11.56%
G = 8.84%
B = 79.59%

CMYK

 C value IS 0.85

 M value IS 0.89

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#110D75 (or 0x110D75) is known color: Midnight Blue. HEX triplet: 11, 0D and 75. RGB value is (17,13,117). Sum of RGB (Red+Green+Blue) = 17+13+117=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 117 (46.09% from 255 or 79.59% from 147); Max value from RGB is 117 - color contains mainly: blue. Hex color #110D75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110D75 is #EEF28A. Grayscale: #191919. Windows color (decimal): -15659659 or 7671057. OLE color: 7671057.

HSL color Cylindrical-coordinate representation of color #110D75: hue angle of 242.31º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #110D75 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 13 117 -
CMYK 0.85 0.89 0 0.54
HSL 242.31º 0.8% 0.25% -
HSV(B) 242.31º 0.89% 0.46% -
XYZ 3.59 1.69 16.97 -
YUV 26.05 179.33 121.54 -
System Red Green Blue C M Y K H S L
Decimal 17 13 117 0.85 0.89 0 0.54 242.31 0.8 0.25
Hex 11 D 75 55 59 0 36 F2 50 19
Octal 21 15 165 125 131 0 66 362 120 31
Binary 10001 1101 1110101 1010101 1011001 0 110110 11110010 1010000 11001

Color Harmonies of #110D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110D75

Black with #110D75

Text Example


Text Example

White with #110D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,13,117); }

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

background-color css

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

 a { background-color: rgb(17,13,117); }

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

border-color css

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

 span { border-color: rgb(17,13,117); }

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