Html Css Color HEX #110B77 Midnight Blue

📋 copy color: '#110B77'

red 17 ◦ green 11 ◦ blue 119

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

Shades of Midnight Blue #110B77

Tints of Midnight Blue #110B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 80.95%

R = 11.56%
G = 7.48%
B = 80.95%

CMYK

 C value IS 0.86

 M value IS 0.91

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#110B77 (or 0x110B77) is known color: Midnight Blue. HEX triplet: 11, 0B and 77. RGB value is (17,11,119). Sum of RGB (Red+Green+Blue) = 17+11+119=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 119 (46.88% from 255 or 80.95% from 147); Max value from RGB is 119 - color contains mainly: blue. Hex color #110B77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110B77 is #EEF488. Grayscale: #181818. Windows color (decimal): -15660169 or 7801617. OLE color: 7801617.

HSL color Cylindrical-coordinate representation of color #110B77: hue angle of 243.33º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #110B77 is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 11 119 -
CMYK 0.86 0.91 0 0.53
HSL 243.33º 0.83% 0.25% -
HSV(B) 243.33º 0.91% 0.47% -
XYZ 3.68 1.69 17.59 -
YUV 25.11 180.99 122.22 -
System Red Green Blue C M Y K H S L
Decimal 17 11 119 0.86 0.91 0 0.53 243.33 0.83 0.25
Hex 11 B 77 56 5B 0 35 F3 53 19
Octal 21 13 167 126 133 0 65 363 123 31
Binary 10001 1011 1110111 1010110 1011011 0 110101 11110011 1010011 11001

Color Harmonies of #110B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110B77

Black with #110B77

Text Example


Text Example

White with #110B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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