Html Css Color HEX #110B74 Midnight Blue

📋 copy color: '#110B74'

red 17 ◦ green 11 ◦ blue 116

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

Shades of Midnight Blue #110B74

Tints of Midnight Blue #110B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 80.56%

R = 11.81%
G = 7.64%
B = 80.56%

CMYK

 C value IS 0.85

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#110B74 (or 0x110B74) is known color: Midnight Blue. HEX triplet: 11, 0B and 74. RGB value is (17,11,116). Sum of RGB (Red+Green+Blue) = 17+11+116=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 116 (45.70% from 255 or 80.56% from 144); Max value from RGB is 116 - color contains mainly: blue. Hex color #110B74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110B74 is #EEF48B. Grayscale: #181818. Windows color (decimal): -15660172 or 7605009. OLE color: 7605009.

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

Color convert

RGB 17 11 116 -
CMYK 0.85 0.91 0 0.55
HSL 243.43º 0.83% 0.25% -
HSV(B) 243.43º 0.91% 0.45% -
XYZ 3.5 1.62 16.65 -
YUV 24.76 179.49 122.46 -
System Red Green Blue C M Y K H S L
Decimal 17 11 116 0.85 0.91 0 0.55 243.43 0.83 0.25
Hex 11 B 74 55 5B 0 37 F3 53 19
Octal 21 13 164 125 133 0 67 363 123 31
Binary 10001 1011 1110100 1010101 1011011 0 110111 11110011 1010011 11001

Color Harmonies of #110B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110B74

Black with #110B74

Text Example


Text Example

White with #110B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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