Html Css Color HEX #110B73 Midnight Blue

📋 copy color: '#110B73'

red 17 ◦ green 11 ◦ blue 115

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

Shades of Midnight Blue #110B73

Tints of Midnight Blue #110B73

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.69%

 BLUE value IS 115 (45.31% from 255) = 80.42%

R = 11.89%
G = 7.69%
B = 80.42%

CMYK

 C value IS 0.85

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#110B73 (or 0x110B73) is known color: Midnight Blue. HEX triplet: 11, 0B and 73. RGB value is (17,11,115). Sum of RGB (Red+Green+Blue) = 17+11+115=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 115 (45.31% from 255 or 80.42% from 143); Max value from RGB is 115 - color contains mainly: blue. Hex color #110B73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110B73 is #EEF48C. Grayscale: #181818. Windows color (decimal): -15660173 or 7539473. OLE color: 7539473.

HSL color Cylindrical-coordinate representation of color #110B73: hue angle of 243.46º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #110B73 is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 11 115 -
CMYK 0.85 0.90 0 0.55
HSL 243.46º 0.83% 0.25% -
HSV(B) 243.46º 0.9% 0.45% -
XYZ 3.45 1.6 16.35 -
YUV 24.65 178.99 122.54 -
System Red Green Blue C M Y K H S L
Decimal 17 11 115 0.85 0.90 0 0.55 243.46 0.83 0.25
Hex 11 B 73 55 5A 0 37 F3 53 19
Octal 21 13 163 125 132 0 67 363 123 31
Binary 10001 1011 1110011 1010101 1011010 0 110111 11110011 1010011 11001

Color Harmonies of #110B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110B73

Black with #110B73

Text Example


Text Example

White with #110B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,11,115); }

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

background-color css

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

 a { background-color: rgb(17,11,115); }

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

border-color css

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

 span { border-color: rgb(17,11,115); }

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